patch type_err_require
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -1,3 +1,3 @@
|
||||
module.exports = (client, guild) => {
|
||||
require("../util/RegisterSlashCommands")(client, guild.id);
|
||||
require("../util/RegisterSlashCommands").RegisterGuildCommands(client, guild.id);
|
||||
};
|
||||
Reference in new issue
Block a user