fix
This commit is contained in:
1 file changed
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
module.exports = (client, guild) => {
|
module.exports = (client, guild) => {
|
||||||
require("../util/RegisterSlashCommands")(client, guild.id);
|
require("../util/RegisterSlashCommands").RegisterGuildCommands(client, guild.id);
|
||||||
};
|
};
|
||||||
Reference in new issue
Block a user