Added the ability to add/remove slash commands

This commit is contained in:
ION606
2023-04-18 16:50:15 -04:00
parent 0c278857ce
commit 04af684e13
7 changed files with 84 additions and 121 deletions
+1
View File
@@ -49,4 +49,5 @@ c.on('guildCreate', async (guild) => {
c.on('ready', () => {
console.log("BOT ONLINE!");
console.log(c.commands);
});