Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam2004-2 committed Oct 12, 2023
1 parent 4e126c9 commit a6504c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ async def on_message(message):

if any(element in contents for element in GOOD_MORNING_PHRASES):
print(f'gm detected > "{message.content}" by {message.author}')
<<<<<<< HEAD

# Get the previous days earlybird user, if one exists
previous_earlybird_user = None
Expand All @@ -134,6 +135,11 @@ async def on_message(message):
if FIRST_GM is False:
FIRST_GM_USER = message.author
FIRST_GM = True
=======
if FIRST_GM is False:
FIRST_GM_USER = message.author
FIRST_GM = True
>>>>>>> parent of adb38b5 (Update __init__.py)

# Add the earlybird role to the first user to say good morning
if EARLYBIRD_ROLE:
Expand Down

0 comments on commit a6504c2

Please sign in to comment.