.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
DISCORD_TOKEN
secret
DEV_GUILD_ID
DEV_ADMIN_ROLE
DEV_HELP_CHANNEL
DEV_REACTION_ROLE
DEV_REACTION_ROLE_CHANNEL
DEV_HELPER_ROLE
DEV_DID_A_THING_CHANNEL
DEV_SUPPORT_FORUM_CHANNEL
DEV_JOBS_FORUM_CHANNEL
brew install flyctl && fly launch --from https://github.com/tauri-apps/tauri-discord-bot
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/tauri-apps/tauri-discord-bot
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/tauri-apps/tauri-discord-bot