Skip to content

Commit 920891f

Browse files
committed
I didn't actually need to process the commands whoops
1 parent aff2ed6 commit 920891f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cogs/_util.py

-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ async def on_message(self, message):
6868
return
6969
if message.content in [f'<@!{self.bot.user.id}>', f'<@{self.bot.user.id}>']:
7070
await message.channel.send('Hello, I am **HLL Scoreboard** 👋\nFor more info, see `s!help`')
71-
72-
await self.bot.process_commands(message)
7371

7472

7573
@commands.command(description="Evaluate a python variable or expression", usage="s!eval <cmd>", hidden=True)

0 commit comments

Comments
 (0)