Configure your Discord bot in 3 simple steps
Get your bot token from Discord Developer Portal
Your Discord user ID for authorization
Path to your scripts directory
âšī¸ Your token is confidential. Never share it publicly.
Get token from Discord Developer Portal ââšī¸ This ID authorizes you to use bot commands
How to find your User ID ââšī¸ Absolute path where your bash/python scripts are located
# Discord Bot Configuration DISCORD_TOKEN=your_bot_token_here DISCORD_USER_ID=your_user_id_here SCRIPTS_PATH=/path/to/your/scripts/directory
đĄ Complete all steps above to enable these actions