Draft bot for for the Discord guild: Arena Gauntlet League
-
Discord Credentials: Create a
.envfile with your Discord bot token:DISCORD_TOKEN=your_discord_bot_token_here -
Configuration: Copy
config.json.exampletoprivate/config.jsonand fill in the required IDs (OWNER_ID and GUILD_ID).
Using Deno:
deno task start botUsing Nix (if available):
nix run . botFor development with auto-reload:
deno task dev