Skip to content

Commit

Permalink
DMCOMMS: Make handle_user_no_thread instance method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Dec 28, 2023
1 parent 37dc7b7 commit fa1773c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/cogs/dm_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def __init__(self, bot: Rodhaj):
self._bot = bot
self._pool = bot.pool

@staticmethod
async def handle_user_no_thread(message: Message):
async def handle_user_no_thread(self, message: Message):
await message.reply(
"Seems like you do not have an active thread. "
+ "Would you want to create one?",
Expand Down

0 comments on commit fa1773c

Please sign in to comment.