-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathConfig.json.example
More file actions
52 lines (43 loc) · 2.26 KB
/
Config.json.example
File metadata and controls
52 lines (43 loc) · 2.26 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
48
49
50
51
52
{
"Bot_Prefix": "Enter the Bot's Prefix Here",
"Bot_Token": "Enter the Bot's Token Here",
"Bot_Name": "Enter the Bot's Name Here",
"Bot_ID": "Enter the Bot's Client/User ID Here",
"OAUTH2_CLIENT_ID": Enter_OAUTH2_Client_ID_Here,
"OAUTH2_CLIENT_SECRET": "Enter OAUTH2 Client Secret Here",
"OAUTH2_REDIRECT_URI": "Enter OAUTH2 URI Here As Entered in Discord Dev Portal | http://HOST_IP:5000/auth or https://example.com/auth",
"Your_Username": "Enter Your Username or the Server Name in which is Responsible for the Bot Here",
"Owners": [Enter_Owner_IDs_Here],
"Support_Staff_Role_ID": Enter_Staff_Role_ID_Here,
"Mod_Mail_Channel": Enter_Mod_Mail_ID_Here,
"Vote_Log": Enter_Vote_Log_ID_Here,
"Vouch_Queue" : Enter_Vouch_Queue_Channel_ID_Here,
"Announcement_Channel": Enter_Announcement_Channel_ID_Here,
"Bot_Support_Server": "Enter Permanent Invite to Support Server Here",
"Bot_Support_Server_ID": Enter_Support_Server_ID_Here,
"User_Start": Enter_Default_User_Start_Balance_Here,
"Guild_Start": Enter_Default_Server_Start_Balance_Here,
"Bag_Limit": Enter_Default_User_Bag_Limit_Here,
"Box_Limit": Enter_Default_Security_Box_Limit_Here,
"Domain": "Enter Dashboard's Domain Here",
"IPC_Key": "Create Secret Key for IPC Server",
"IPC_Header": "Create Header for IPC Server/Dashboard",
"MongoDB_Client": "Enter MongoDB Connection String Here",
"TOPGG_Token": "Enter TopGG API Token Here",
"TOPGG_Vote_Link": "Enter Bot's TopGG Vote Link Here",
"TOPGG_Secret": "Enter Secret for TopGG Webhook",
"DBL_Token": "Enter Discord Bot List API Token Here",
"DBL_Vote_Link": "Enter Bot's Discord Bot List Vote Link Here",
"DBL_Secret": "Enter Secret for Discord Bot List Webhook",
"DB_Token": "Enter Discord Bots API Token Here",
"Reddit_Client_ID": "Enter Reddit Client ID Here",
"Reddit_Client_Secret": "Enter Reddit Client Secret Here",
"Reddit_Username": "Enter Reddit Username Here",
"Reddit_Password": "Enter Reddit Password Here$",
"Reddit_User_Agent": "Enter Reddit User Agent Here",
"CoC_Email": "Enter Clash of Clans API Email Here",
"CoC_Pass": "Enter Clash of Clans API Password Here",
"CoC_Key_Name": "Enter Clash of Clans API Key Name Here",
"Google_API_Keys": ["Enter Google API Key Here"],
"Thum_IO_Base_URL": "https://image.thum.io/get/auth/<ID-HERE>-<URL-KEY>/"
}