Change guild

This commit is contained in:
= 2021-11-23 18:26:59 +01:00
parent 7b4865dcff
commit 916cd6b273
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ async function loadCommands(guild){
commands.push(cmdModule);
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.");
}
process.loadCommands = loadCommands;