forked from ROBOT-IS-CHILL/robot-is-chill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
30 lines (29 loc) · 722 Bytes
/
config.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
import discord
activity = "Booting..."
description = "*An entertainment bot for rendering levels and custom scenes based on the indie game Baba Is You.*"
prefixes = ["=", "robot is ", "ROBOT IS "]
trigger_on_mention = True
embed_color = discord.Color(12877055)
logging_color = 0xffffff
auth_file = "config/auth.json"
log_file = "log.txt"
db_path = "robot.db"
cogs = [
"src.cogs.owner",
"src.cogs.global",
"src.cogs.meta",
"src.cogs.errorhandler",
"src.cogs.reader",
"src.cogs.render",
"src.cogs.variants",
"src.cogs.utilities",
"src.cogs.generator",
"src.cogs.event",
"src.cogs.flags",
"src.cogs.macro_commands",
"src.cogs.macros",
"jishaku"
]
danger_mode = False
debug = False
owner_only_mode = [False,'']