mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Added the ability to add/remove slash commands
This commit is contained in:
@@ -49,4 +49,5 @@ c.on('guildCreate', async (guild) => {
|
||||
|
||||
c.on('ready', () => {
|
||||
console.log("BOT ONLINE!");
|
||||
console.log(c.commands);
|
||||
});
|
||||
Reference in New Issue
Block a user