(rewrite): Updated bot to actually load the commands and events.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import database from "./admin/database";
|
||||
import renameChannel from "./admin/rename-channel";
|
||||
|
||||
import ban from "./moderation/ban";
|
||||
import hardban from "./moderation/hardban";
|
||||
|
||||
import about from "./utilities/about";
|
||||
import nameSync from "./utilities/name-sync";
|
||||
|
||||
export default [
|
||||
// Admin
|
||||
database,
|
||||
renameChannel,
|
||||
|
||||
// Moderation
|
||||
ban,
|
||||
hardban,
|
||||
|
||||
// Utilities
|
||||
about,
|
||||
nameSync
|
||||
];
|
||||
Reference in New Issue
Block a user