diff options
Diffstat (limited to 'cogs')
-rwxr-xr-x | cogs/utils.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index 1ff6820..84c91cd 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -232,6 +232,12 @@ class Utils(commands.Cog): try: msg = await self.bot.wait_for("message", check=check, timeout=300) await msg.channel.send("<:PeepoPog:732172337956257872>") + await msg.channel.send( + f"{member.mention}\n" + + "controller is allowed on mobile\n" + + "keyboard and mouse is allowed on console\n" + + "submit the run as the physical device you played on" + ) except asyncio.TimeoutError: pass |