Skip to content

Commit

Permalink
227 - Remove signup indicator (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckyroberts authored Aug 10, 2024
1 parent d13e8cf commit fe970c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thenewboston/discord/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def get_perplexity_response(query):

async def on_message_implementation(message):
if not (user := await sync_to_async(get_user_model().objects.get_or_none)(discord_user_id=message.author.id)):
await message.reply('Please, register at https://thenewboston.com')
return

discord_messages = (await get_historical_discord_messages(message.channel))[::-1]
Expand Down

0 comments on commit fe970c1

Please sign in to comment.