-
Notifications
You must be signed in to change notification settings - Fork 25
/
.example-env
98 lines (77 loc) · 1.67 KB
/
.example-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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Bot owner details
OWNER_ID = ""
OWNER_DISCRIMINATOR = ""
OWNER_NAME = ""
OWNER_IDS = ""
# Bot settings
BOT_PREFIX = ""
COMMAND_CASE_INSENSITIVE = ""
STRIP_AFTER_PREFIX = ""
CHANGE_LOG_CHANNEL_ID = ""
# Misc settings
GITHUB_ID = ""
GITHUB_PROJECT_NAME = ""
SUPPORT_SERVER = ""
SUPPORT_SERVER_ID = ""
PRIVACY_POLICY = ""
MEME_PASS = ""
# Your Discord Bot Token
# https://discord.com/developers/applications
TOKEN = ""
# Google Keys
# https://developers.google.com/
GOOGLE_KEY = ""
GOOGLE_CX = ""
# Top.gg
# https://docs.top.gg/api/@reference/
TOPGG = ""
TOPGG_AUTH = ""
# MongoDB
# https://www.mongodb.com
DATABASE_KEY = ""
DATABASE_URI = ""
# NASA
# https://api.nasa.gov/
NASA_KEY = ""
# Discord Webhooks
WEBHOOK_ERROR_LOGS = ""
WEBHOOK_JOIN_LEAVE_LOGS = ""
WEBHOOK_STARTUP_LOGS = ""
WEBHOOK_VOTE_LOGS = ""
WEBHOOK_CHANGE_LOG = ""
# Extra
# https://www.remove.bg/api#remove-background
REMOVE_BG = ""
# https://products.wolframalpha.com/api/
WOLFRAM_APP = ""
# https://newsapi.org/
NEWSKEY = ""
# https://strawpoll.com/en/api-docs/
STRAW_POLL = ""
# https://apiflash.com/
SCREEN_SHOT = ""
# For this you need to contact `proguy914629.bot#5419` in Discord
# Or Use `OpenRobot#1952` (759591316627128320)
# https://api.openrobot.xyz/
OPEN_ROBOT_API = ""
# https://home.openweathermap.org/api_keys
WEATHERID = ""
# https://github.com/
GITHUB_TOKEN = ""
# Twitter
# https://developer.twitter.com/
API_KEY = ""
API_KEY_SECRET = ""
ACCESS_TOKEN = ""
ACCESS_TOKEN_SECRET = ""
BEARER = ""
# IBM Keys
# https://cloud.ibm.com/apidocs
IBM_KEY = ""
IBM_END_POINT = ""
# Spotify
# https://developer.spotify.com/
SPOTIFY_CLIENT_ID = ""
SPOTIFY_CLIENT_SECRET = ""
# https://api.jeyy.xyz/
JEYY_API = ""