Skip to content

Commit

Permalink
i hate python
Browse files Browse the repository at this point in the history
  • Loading branch information
artifishvr committed Apr 23, 2024
1 parent 83d825f commit baaa115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ async def on_ready():
@client.event
async def on_message(msg: discord.Message):
await client.process_commands(msg)
if msg.channel.id != 1232165944168546346:
return
print("omg message :3 :3 :3 :3")
if msg.author.bot:
print("bot :(")
Expand Down

0 comments on commit baaa115

Please sign in to comment.