Update config.example.py and main.py

This commit is contained in:
2024-02-04 23:58:57 -05:00
commit a43234532f
2 changed files with 63 additions and 0 deletions

7
config.example.py Normal file
View File

@@ -0,0 +1,7 @@
DISCORD_BOT_TOKEN = 'your_discord_bot_token_here'
DISCORD_CHANNEL_ID = 'your_discord_channel_id_here'
YOUTUBE_CHANNEL_IDS = [
'UCIAAHYR8BV4m-FeMV1KVEJg',
]