-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.py
32 lines (23 loc) · 909 Bytes
/
settings.py
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
#Reddit API arguments
prawClientID = "your Reddit API client ID here"
prawClientSecret = "your Reddit API client secret here"
prawUserAgent = "Reddit API user agent"
# Discord Bot token
discordBotToken = "paste your discord bot token here"
# Your name, doesen't need to be correct, can be set to "Bot Owner" for example
ownerName = "Bot Owner"
# Owner's (your) discord user ID, enable developer mode in discord
# right click on your profile picture in chat and Copy ID
ownerID = 000000000000000000
#YouTube Data API key
youtubeApiKey = "Your YouTube Data API key here"
#wolfram API key
wolframApiKey = "Your Wolfram API key here"
#list of banned subreddits
bannedSubs = ["banned_sub1", "banned_sub2"]
#use TopGG server count updater
useTopGG = False
#TopGG server count token
TopGGtoken = "paste your TopGG token here, not needed if useTopGG is set to False"
#use Heroku postgres
usePostgres = False