Skip to content

Commit bc9a561

Browse files
fourjrkyb3r
andauthored
single quotes
Co-Authored-By: kyb3r <[email protected]>
1 parent 714cffb commit bc9a561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async def ping(self, ctx):
300300
@commands.has_permissions(administrator=True)
301301
async def mention(self, ctx, *, mention=None):
302302
'''Changes what the bot mentions at the start of each thread.'''
303-
current = self.bot.config.get("mention", "@here")
303+
current = self.bot.config.get('mention', '@here')
304304
em = discord.Embed(
305305
title='Current text',
306306
color=discord.Color.green(),

0 commit comments

Comments
 (0)