mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Added timed messages
This commit is contained in:
2
index.js
2
index.js
@ -28,7 +28,7 @@ client.keywords = new Discord.Collection(); // all the keywords the bot will rea
|
||||
client.dmCommands = new Discord.Collection(); // all the private commands
|
||||
|
||||
//Loading files, with the client variable like Command Handler, Event Handler, ...
|
||||
["command", "dmCommand", "events", "keywords"].forEach(handler => {
|
||||
["command", "dmCommand", "events", "keywords", "timedMessages"].forEach(handler => {
|
||||
require(`./handlers/${handler}`)(client);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user