forked from JoshQuaintance/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.env
25 lines (18 loc) · 831 Bytes
/
sample.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DISCORD_TOKEN=Your Discord token
MONGODB=mongodb://localhost:27017/Your-database-name
NODE_ENV=development or production
WH_URL=Your Discord webhook URL.
CURRENCY_WH=Discord webhook for currency system.
NASA_API= Your NASA API key (Optional)
HABITICA_KEY=Your Habitica API key (Optional)
ORBIT_KEY=Orbit API Key (Optional)
OWNER_ID=Your Discord ID (Required)
CLIENT_ID=Your Bot ID (Required)
HOME_GUILD_ID=Your Test Server ID (Required)
TOPGG_PASSWORD=Your Top.GG webhook password
VOTE_CHANNEL_ID=ID of the channel to send vote messages in
BECCA_LOVE=The ID of the emoji to use for the hearts reaction
BECCA_YES=The ID of the emoji to use for successful command calls
BECCA_NO=The ID of the emoji to use for failed command calls
BECCA_THINK=The ID of the emoiji to use for bot @mentions
SENTRY_DSN=Project DSN from Sentry.io