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 a8af168 commit af430beCopy full SHA for af430be
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, cls=ctx.bot.helpers.Context))
+ 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