Skip to content

Commit

Permalink
style: Run Black
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixpereira committed May 19, 2024
1 parent 7ce0c07 commit 155371b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ async def help(interaction: Interaction):
)
await interaction.response.send_message(embed=embed)


# Ignore non-slash commands
@client.event
async def on_message(message: Message):
pass


# Add the token of bot
client.run(BOT_TOKEN)

0 comments on commit 155371b

Please sign in to comment.