mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
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:
parent
4b70acb989
commit
b8535ee53e
@ -1469,6 +1469,8 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
"Either you blocked me or you disabled DMs in this server."
|
||||
)
|
||||
return
|
||||
if not public:
|
||||
await ctx.tick()
|
||||
else:
|
||||
await ctx.send(_("No exception has occurred yet."))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user