Skip to content

Commit 1469a6b

Browse files
authored
Update index.js
Fix slash
1 parent 6df9d2d commit 1469a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require('events').defaultMaxListeners = 25;
8484
//those are must haves, they load the dbs, events and commands and important other stuff
8585
function requirehandlers(){
8686
client.basicshandlers = Array(
87-
"extraevents", "loaddb", "clientvariables", "command", "events", "erelahandler", /*"slashCommands"*/
87+
"extraevents", "loaddb", "clientvariables", "command", "events", "erelahandler", "slashCommands"
8888
);
8989
client.basicshandlers.forEach(handler => {
9090
try{ require(`./handlers/${handler}`)(client); }catch (e){ console.log(e.stack ? String(e.stack).grey : String(e).grey) }
@@ -110,4 +110,4 @@ setTimeout(()=>{
110110
* @INFO
111111
* Please mention him / Milrato Development, when using this Code!
112112
* @INFO
113-
*********************************************************/
113+
*********************************************************/

0 commit comments

Comments
 (0)