Fix typo preventing reactive updates from working
This commit is contained in:
parent
fab1483f18
commit
cd7c979d10
@ -107,7 +107,7 @@ class ArkhamDBUpdater(commands.Bot):
|
|||||||
# don't to react to the bot's changes, and only update registered channels
|
# don't to react to the bot's changes, and only update registered channels
|
||||||
if message.author.id != self.user.id and \
|
if message.author.id != self.user.id and \
|
||||||
message.channel.id in self.channel_list:
|
message.channel.id in self.channel_list:
|
||||||
await self.update_channel_latest_decks(message)
|
await self.update_channel_latest_decks(message.channel)
|
||||||
|
|
||||||
async def on_message(self, message: discord.Message):
|
async def on_message(self, message: discord.Message):
|
||||||
await self.process_commands(message)
|
await self.process_commands(message)
|
||||||
|
Loading…
Reference in New Issue
Block a user