Skip to content

Commit 00071c6

Browse files
committed
temporarily disable snake game
1 parent cf3a42d commit 00071c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/games/snakegame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ async def blame(self, ctx: InteractionContext):
3232
# await channel.send('hello')
3333
@listen()
3434
async def on_message_create(self, event):
35+
return
3536
message = event.message
3637
# print("Message Channel : {}".format(message.channel))
3738
# print(os.environ['CHANNEL_ID'])

0 commit comments

Comments
 (0)