-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
42 lines (36 loc) · 1.11 KB
/
config.ini
File metadata and controls
42 lines (36 loc) · 1.11 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
[VERSION]
; DO NOT CHANGE THIS VALUE
version = 1.0.0
[MAIN]
; The mode that the bot will run in, either dev or prod
; dev will log at debug level and enable the dev commands
; prod will log at info level and disable the dev commands
mode = dev
; The developer's Discord ID
dev = 1277005773230313474
[REPO]
; The URL to the bot's repository, used for the update command, leave blank if you don't want to use the update command
url = https://github.com/Lagden-Development/ricksanchez
[BOT]
; The bot's token
token = TOKEN
; The bot's prefix
prefix = prefix
; The bot's status type, either playing, watching, or listening
status_type = watching
; The bot's status text
status_text = all of you.
; The bot's status URL, only works with the streaming status type
status_url = https://www.twitch.tv/lagden.dev
[BEHAVIOR]
; Whether or not to continue to load cogs after a failure
continue_to_load_cogs_after_failure = False
[DB]
; The MongoDB URI
mongo_uri = MONGO_URI
; The MongoDB database name
bot_db = discord
[ADVANCED]
; The name of the Linux service
; If you don't understand what this is, don't change it
linux_service_name =