Skip to content

Commit c05725d

Browse files
author
Cordila
authored
Update bot.py
1 parent 80fe41e commit c05725d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ async def get_context(self, message, *, cls=commands.Context):
10991099
view = StringView(message.content)
11001100
ctx = cls(prefix=self.prefix, view=view, bot=self, message=message)
11011101

1102-
if self._skip_check(message.author.id, self.user.id):
1102+
if message.author.id == self.user.id:
11031103
return ctx
11041104

11051105
ctx.thread = await self.threads.find(channel=ctx.channel)

0 commit comments

Comments
 (0)