[V3 Chatchart] No chatchart in DMs

This commit is contained in:
aikaterna
2018-06-30 18:57:42 -07:00
committed by GitHub
parent 0c08d5c49b
commit 1e2d4f0d1c

View File

@@ -45,6 +45,7 @@ class Chatchart:
image_object.seek(0)
return image_object
@commands.guild_only()
@commands.command()
@commands.cooldown(1, 10, commands.BucketType.channel)
async def chatchart(self, ctx, channel: discord.TextChannel=None, messages=5000):