This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 208
Environment Variables
David Paiva edited this page Jun 1, 2018
·
24 revisions
| Variable | Required | Description |
|---|---|---|
DISCORD_TOKEN |
Yes | The bot's Discord token. You can get one by creating a bot here |
PREFIX |
Yes | The bot's default prefix |
MONGODB_URI |
Yes | Used to estabilish a connection with your database. (We recommend mLab for development databases) |
EMBED_COLOR |
No | Default color for embeds |
BOT_GUILD |
No | The bot's guild ID |
DEVELOPER_ROLE |
No | Developer role ID inside of the bot's guild. Used for developer commands |
SPOTIFY_CLIENT_ID |
No | Spotify Web API Client ID. You can get one here |
SPOTIFY_CLIENT_SECRET |
No | Spotify Web API Secret Key. You can get one here |
TRIGGERED_TOKEN |
No | Triggered API token. You can get one with Erisse#7460 on Discord |
LAVALINK_WSS_HOST |
No | Lavalink Websocket server host |
LAVALINK_WSS_PORT |
No | Lavalink Websocket server port |
LAVALINK_REST_HOST |
No | Lavalink REST server host |
LAVALINK_REST_PORT |
No | Lavalink REST server port |
LAVALINK_PASSWORD |
No | Lavalink server password |
YOUTUBE_API_KEY |
No | YouTube Data API v3 key |
TWITCH_CLIENT_ID |
No | Twitch Client ID |