Skip to content

Commit 8d05d16

Browse files
committed
forgot to comment out bot code, oops...
1 parent 32eca44 commit 8d05d16

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ async def main():
324324
print("Client started, listening for messages...")
325325

326326
# Find the channel ID
327-
global bot_channel_id
328-
bot_channel_id = await find_channel()
327+
# global bot_channel_id
328+
# bot_channel_id = await find_channel()
329329

330330
# Create Bot
331331
# if bot_channel_id:

old/docker-compose.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)