mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
Started work on adding guilds
This commit is contained in:
@@ -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!");
|
||||
});
|
||||
Reference in New Issue
Block a user