Skip to content

Commit af430be

Browse files
authored
fix syntax error
1 parent a8af168 commit af430be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/owner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def _sudo(self, ctx):
153153
except discord.errors.NotFound:
154154
return await ctx.send(embed=ctx.error('I couldn\'t find that message'))
155155
await ctx.message.add_reaction('\U00002705')
156-
context = await ctx.bot.get_context(message, cls=ctx.bot.helpers.Context))
156+
context = await ctx.bot.get_context(message, cls=ctx.bot.helpers.Context)
157157
await context.reinvoke()
158158

159159
async def cog_check(self, ctx):

0 commit comments

Comments
 (0)