|
17 | 17 | ) |
18 | 18 |
|
19 | 19 | # Logs |
20 | | -# from modules.logs.listeners import LogsListeners |
21 | | -# bot.add_cog(LogsListeners(bot)) |
| 20 | +from modules.logs.listeners import LogsListeners |
| 21 | +bot.add_cog(LogsListeners(bot)) |
22 | 22 |
|
23 | 23 | # Moderation |
24 | | -# from modules.moderation.listeners import ModerationListeners |
25 | | -# bot.add_cog(ModerationListeners(bot)) |
26 | | -# from modules.moderation.commands.mod import ModCommand |
27 | | -# bot.add_cog(ModCommand(bot)) |
28 | | -# from modules.moderation.message_commands.moderate import ModerateCommand |
29 | | -# bot.add_cog(ModerateCommand(bot)) |
30 | | -# from modules.moderation.message_commands.report import ReportCommand |
31 | | -# bot.add_cog(ReportCommand(bot)) |
| 24 | +from modules.moderation.listeners import ModerationListeners |
| 25 | +bot.add_cog(ModerationListeners(bot)) |
| 26 | +from modules.moderation.commands.mod import ModCommand |
| 27 | +bot.add_cog(ModCommand(bot)) |
| 28 | +from modules.moderation.message_commands.moderate import ModerateCommand |
| 29 | +bot.add_cog(ModerateCommand(bot)) |
| 30 | +from modules.moderation.message_commands.report import ReportCommand |
| 31 | +bot.add_cog(ReportCommand(bot)) |
32 | 32 |
|
33 | 33 | # Help Channels |
34 | | -# from modules.help_channels.listeners import HelpChannelListeners |
35 | | -# bot.add_cog(HelpChannelListeners(bot)) |
36 | | -# from modules.help_channels.commands.resolve import ResolveCommand |
37 | | -# bot.add_cog(ResolveCommand(bot)) |
38 | | -# from modules.help_channels.commands.summon import SummonCommand |
39 | | -# bot.add_cog(SummonCommand(bot)) |
40 | | -# from modules.help_channels.commands.top import TopCommand |
41 | | -# bot.add_cog(TopCommand(bot)) |
42 | | -# from modules.help_channels.message_commands.redirect import RedirectCommand |
43 | | -# bot.add_cog(RedirectCommand(bot)) |
44 | | -# from modules.help_channels.message_commands.remind import RemindCommand |
45 | | -# bot.add_cog(RemindCommand(bot)) |
| 34 | +from modules.help_channels.listeners import HelpChannelListeners |
| 35 | +bot.add_cog(HelpChannelListeners(bot)) |
| 36 | +from modules.help_channels.commands.resolve import ResolveCommand |
| 37 | +bot.add_cog(ResolveCommand(bot)) |
| 38 | +from modules.help_channels.commands.summon import SummonCommand |
| 39 | +bot.add_cog(SummonCommand(bot)) |
| 40 | +from modules.help_channels.commands.top import TopCommand |
| 41 | +bot.add_cog(TopCommand(bot)) |
| 42 | +from modules.help_channels.message_commands.redirect import RedirectCommand |
| 43 | +bot.add_cog(RedirectCommand(bot)) |
| 44 | +from modules.help_channels.message_commands.remind import RemindCommand |
| 45 | +bot.add_cog(RemindCommand(bot)) |
46 | 46 |
|
47 | 47 | # Utilities |
48 | | -# from modules.utilities.commands.members import MembersCommand |
49 | | -# bot.add_cog(MembersCommand(bot)) |
50 | | -# from modules.utilities.commands.help import HelpCommand |
51 | | -# bot.add_cog(HelpCommand(bot)) |
52 | | -# from modules.utilities.commands.icon import IconCommand |
53 | | -# bot.add_cog(IconCommand(bot)) |
54 | | -# from modules.utilities.message_commands.view import ViewFileCommand |
55 | | -# bot.add_cog(ViewFileCommand(bot)) |
| 48 | +from modules.utilities.commands.members import MembersCommand |
| 49 | +bot.add_cog(MembersCommand(bot)) |
| 50 | +from modules.utilities.commands.help import HelpCommand |
| 51 | +bot.add_cog(HelpCommand(bot)) |
| 52 | +from modules.utilities.commands.icon import IconCommand |
| 53 | +bot.add_cog(IconCommand(bot)) |
| 54 | +from modules.utilities.message_commands.view import ViewFileCommand |
| 55 | +bot.add_cog(ViewFileCommand(bot)) |
56 | 56 |
|
57 | 57 | # Fun |
58 | | -# from modules.fun.listeners import FunListeners |
59 | | -# bot.add_cog(FunListeners(bot)) |
60 | | -# from modules.fun.commands.suspension import SuspensionRailwayCommand |
61 | | -# bot.add_cog(SuspensionRailwayCommand(bot)) |
62 | | -# from modules.fun.commands.uwu import UwuCommand |
63 | | -# bot.add_cog(UwuCommand(bot)) |
| 58 | +from modules.fun.listeners import FunListeners |
| 59 | +bot.add_cog(FunListeners(bot)) |
| 60 | +from modules.fun.commands.suspension import SuspensionRailwayCommand |
| 61 | +bot.add_cog(SuspensionRailwayCommand(bot)) |
| 62 | +from modules.fun.commands.uwu import UwuCommand |
| 63 | +bot.add_cog(UwuCommand(bot)) |
64 | 64 |
|
65 | 65 | # Welcome |
66 | | -# from modules.welcome.listeners import WelcomeListeners |
67 | | -# bot.add_cog(WelcomeListeners(bot)) |
| 66 | +from modules.welcome.listeners import WelcomeListeners |
| 67 | +bot.add_cog(WelcomeListeners(bot)) |
68 | 68 |
|
69 | 69 | # Events |
70 | | -# from modules.events.button_click import OnButtonClick |
71 | | -# bot.add_cog(OnButtonClick(bot)) |
| 70 | +from modules.events.button_click import OnButtonClick |
| 71 | +bot.add_cog(OnButtonClick(bot)) |
72 | 72 |
|
73 | 73 | # Stats |
74 | | -from modules.stats.commands.stats import StatsCommand |
75 | | -bot.add_cog(StatsCommand(bot)) |
| 74 | +# from modules.stats.commands.stats import StatsCommand |
| 75 | +# bot.add_cog(StatsCommand(bot)) |
76 | 76 | # from modules.stats.commands.stats_admin import StatsAdminCommand |
77 | 77 | # bot.add_cog(StatsAdminCommand(bot)) |
78 | 78 |
|
@@ -138,7 +138,7 @@ async def on_ready(): |
138 | 138 | Log.info("Bot has started!") |
139 | 139 |
|
140 | 140 | await autoclose_loop.start() |
141 | | - await schedule_qotd(bot) |
| 141 | + # await schedule_qotd(bot) |
142 | 142 |
|
143 | 143 | # Run bot |
144 | 144 | bot.run(TOKEN) |
0 commit comments