-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmain.py
More file actions
23 lines (22 loc) · 603 Bytes
/
main.py
File metadata and controls
23 lines (22 loc) · 603 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
from bot.bot import run
run([
"bot.cogs.utility.general",
"bot.cogs.utility.status",
"bot.cogs.utility.links",
"bot.cogs.utility.nickrequest",
"bot.cogs.utility.emoji",
"bot.cogs.utility.antimassping",
"bot.cogs.utility.autopin",
"bot.cogs.utility.server",
"bot.cogs.utility.tos",
"bot.cogs.utility.newalert",
"bot.cogs.utility.rankup",
"bot.cogs.utility.welcome",
"bot.cogs.fun.fun",
"bot.cogs.fun.stonks",
"bot.cogs.fun.lmgtfy",
"bot.cogs.ext.cog",
"bot.cogs.fun.imdec",
"bot.cogs.minecraft.seedfinder",
"jishaku"
], False)