1
0
Fork 0
mirror of synced 2024-06-10 14:44:32 +12:00

Pep8 change

This commit is contained in:
phxntxm 2017-03-04 01:48:47 -06:00
parent bfe4b85dc2
commit 11cb4cbf99

View file

@ -384,8 +384,9 @@ class Mod:
try:
await self.bot.purge_from(ctx.message.channel, limit=limit)
except discord.HTTPException:
await self.bot.send_message(ctx.message.channel, "Detected messages that are too far back for me to delete;" \
" I can only bulk delete messages that are under 14 days old.")
await self.bot.send_message(ctx.message.channel, "Detected messages that are too far "
"back for me to delete; I can only bulk delete messages"
" that are under 14 days old.")
@commands.command(pass_context=True, no_pm=True)
@utils.custom_perms(manage_messages=True)