-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
47 lines (33 loc) · 1.15 KB
/
.env
File metadata and controls
47 lines (33 loc) · 1.15 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Environment Config
# store your secrets and config variables in here
# reference these in your code with process.env.SECRET
# note: .env is a shell file so there can't be spaces around =
# Set this to your bot's token
DISCORD_BOT_TOKEN=
# Set this to your bot's client ID
CLIENT_ID=
# Set a default server ID for testing guild-only or newly deployed commands
GUILD_ID=
# Set this to your Discord user ID
OWNER_ID=
# The name of bot owner
BOT_OWNER=
# CheweyZ Discord Bot Anylytics to track several bot statistics
CHEWEY_API_KEY=
# Top.gg API Key to post bot stats
TOPGG_API_TOKEN=
# Used in define.js, put your Marriam-Webster Dictionary API key here
MW_API_KEY=
# Used in feedback.js, put your Resend API key and email addresses here
RESEND_API_KEY=
EMAIL_SENDER=
EMAIL_RECEIVER=
# Used in gif.js, put your Giphy and Tenor API keys here
# Note: Apparently Tenor API is now private, you can't create new Tenor API keys anymore
GIPHY_API_KEY=
TENOR_API_KEY=
# Used in meme.js, put your Reddit Data API (NOT Reddit for Developers) credentials here
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
# Used in photo.js, put your Unsplash API access key here
UNSPLASH_ACCESS_KEY=