Skip to content

Commit 714cffb

Browse files
fourjrkyb3r
andauthored
Remove colon
Co-Authored-By: kyb3r <[email protected]>
1 parent 790c0be commit 714cffb

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
@@ -311,7 +311,7 @@ async def mention(self, ctx, *, mention=None):
311311
await ctx.send(embed=em)
312312
else:
313313
em.title = 'Changed mention!'
314-
em.description = f'On thread creation the bot now says: {mention}'
314+
em.description = f'On thread creation the bot now says {mention}'
315315
self.bot.config['mention'] = mention
316316
await self.bot.config.update()
317317
await ctx.send(embed=em)

0 commit comments

Comments
 (0)