We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714cffb commit bc9a561Copy full SHA for bc9a561
cogs/utility.py
@@ -300,7 +300,7 @@ async def ping(self, ctx):
300
@commands.has_permissions(administrator=True)
301
async def mention(self, ctx, *, mention=None):
302
'''Changes what the bot mentions at the start of each thread.'''
303
- current = self.bot.config.get("mention", "@here")
+ current = self.bot.config.get('mention', '@here')
304
em = discord.Embed(
305
title='Current text',
306
color=discord.Color.green(),
0 commit comments