Add a tick on traceback command when it's sent to DMs (#5353)

* add a `tick` when sent to dm.

* confused ™️

* did i learn now? :P

* i'm not confused anymore :3
This commit is contained in:
MAX 2021-10-16 00:47:13 +02:00 committed by GitHub
parent 4b70acb989
commit b8535ee53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1469,6 +1469,8 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
"Either you blocked me or you disabled DMs in this server." "Either you blocked me or you disabled DMs in this server."
) )
return return
if not public:
await ctx.tick()
else: else:
await ctx.send(_("No exception has occurred yet.")) await ctx.send(_("No exception has occurred yet."))