Skip to content

Commit

Permalink
working on lint passing
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyOh0428 committed Mar 6, 2025
1 parent 7651726 commit f69fcda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ async def interactions():

@verify_key_decorator(DISCORD_PUBLIC_KEY)
def interact(raw_request):
message_content = ""
if raw_request["type"] == 1: # PING
response_data = {"type": 1} # PONG
else:
Expand Down

0 comments on commit f69fcda

Please sign in to comment.