We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc15c commit a8af168Copy full SHA for a8af168
cogs/owner.py
@@ -153,7 +153,7 @@ async def _sudo(self, ctx):
153
except discord.errors.NotFound:
154
return await ctx.send(embed=ctx.error('I couldn\'t find that message'))
155
await ctx.message.add_reaction('\U00002705')
156
- context = await ctx.bot.get_context(message)
+ context = await ctx.bot.get_context(message, cls=ctx.bot.helpers.Context))
157
await context.reinvoke()
158
159
async def cog_check(self, ctx):
0 commit comments