Skip to content

Commit 5a80331

Browse files
authored
Small config.py update
1 parent e6c3044 commit 5a80331

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
BOT_PREFIX = ("YOUR_BOT_PREFIX_HERE") # Can be multiple prefixes, like this: ("!", "?")
1+
# Can be multiple prefixes, like this: ("!", "?")
2+
BOT_PREFIX = ("YOUR_BOT_PREFIX_HERE")
23
TOKEN = "YOUR_TOKEN_HERE"
34
APPLICATION_ID = "YOUR_APPLICATION_ID"
45
OWNERS = [123456789, 987654321]
56
BLACKLIST = []
7+
# Default cogs that I have created for the template
68
STARTUP_COGS = [
7-
"cogs.general", "cogs.help", "cogs.moderation", "cogs.owner", # Default cogs that I have created for the template
8-
]
9+
"cogs.general", "cogs.help", "cogs.moderation", "cogs.owner",
10+
]

0 commit comments

Comments
 (0)