diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index e522afba4..e85115c41 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -1501,6 +1501,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): """ try: await ctx.author.send(await self._invite_url()) + await ctx.tick() except discord.errors.Forbidden: await ctx.send( "I couldn't send the invite message to you in DM. "