Change guild
This commit is contained in:
parent
7b4865dcff
commit
916cd6b273
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -41,7 +41,7 @@ async function loadCommands(guild){
|
||||||
commands.push(cmdModule);
|
commands.push(cmdModule);
|
||||||
api.push(cmdModule.api);
|
api.push(cmdModule.api);
|
||||||
});
|
});
|
||||||
client.guilds.cache.get("733451782063390790").commands.set(api);
|
client.guilds.cache.get("912754758224347156").commands.set(api);
|
||||||
console.log("Done loading all commands.");
|
console.log("Done loading all commands.");
|
||||||
}
|
}
|
||||||
process.loadCommands = loadCommands;
|
process.loadCommands = loadCommands;
|
||||||
|
|
Loading…
Reference in a new issue