diff --git a/ccrole/ccrole.py b/ccrole/ccrole.py index d8c17f6..5fc4344 100644 --- a/ccrole/ccrole.py +++ b/ccrole/ccrole.py @@ -106,7 +106,7 @@ class CCRole: return # Selfrole - await ctx.send('Is this a targeted command?(yes/no)\nNo will make this a selfrole command') + await ctx.send('Is this a targeted command?(yes//no)\nNo will make this a selfrole command') try: answer = await self.bot.wait_for('message', timeout=120, check=check) diff --git a/stealemoji/stealemoji.py b/stealemoji/stealemoji.py index a55d2c9..143c38a 100644 --- a/stealemoji/stealemoji.py +++ b/stealemoji/stealemoji.py @@ -58,7 +58,7 @@ class StealEmoji: async def se_bank(self, ctx): """Add current server as emoji bank""" await ctx.send("This will upload custom emojis to this server\n" - "Are you sure you want to make the current server an emoji bank? (y/n)") + "Are you sure you want to make the current server an emoji bank? (y//n)") def check(m): return m.content.upper() in ["Y", "YES", "N", "NO"] and m.channel == ctx.channel and m.author == ctx.author