mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
* add a `tick` when sent to dm.
* confused ™️
* did i learn now? :P
* i'm not confused anymore :3
(cherry picked from commit b8535ee53e)
Co-authored-by: MAX <63972751+maxbooiii@users.noreply.github.com>
Co-authored-by: MAX <63972751+maxbooiii@users.noreply.github.com>
This commit is contained in:
@@ -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."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user