mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
(core): fix commands, events & database.
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ const client: CommandClient = new CommandClient({
|
||||
},
|
||||
});
|
||||
|
||||
commands.forEach(command => client.registerCommand(command));
|
||||
events.forEach(event => client.registerEvent(event));
|
||||
commands.forEach(command => client.registerCommand(command, true));
|
||||
events.forEach(event => client.registerEvent(event, true));
|
||||
|
||||
// ----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user