We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3a42d commit 00071c6Copy full SHA for 00071c6
modules/games/snakegame.py
@@ -32,6 +32,7 @@ async def blame(self, ctx: InteractionContext):
32
# await channel.send('hello')
33
@listen()
34
async def on_message_create(self, event):
35
+ return
36
message = event.message
37
# print("Message Channel : {}".format(message.channel))
38
# print(os.environ['CHANNEL_ID'])
0 commit comments