Started work on adding guilds

This commit is contained in:
ION606
2023-03-24 20:32:27 -04:00
parent 0e33185f16
commit e0ffe24eec
8 changed files with 321 additions and 3 deletions
+5
View File
@@ -32,6 +32,11 @@ c.on('interactionRecieved', /** @param {Interaction} interaction*/ async (intera
});
c.on('guildCreate', async (guild) => {
require('./guildTests.js')(c);
});
c.on('ready', () => {
console.log("BOT ONLINE!");
});