Comparing version 1.0.8 to 1.0.9
@@ -99,3 +99,3 @@ /* | ||
if(!Commands.includes(cmdName)) return console.log(red(`[ERROR]: `)+`${cmdName} not exist, please load a valid command!`); | ||
ClientCMDS.push(cmd); | ||
ClientCMDS.push(cmdName); | ||
NPMData.command = true; | ||
@@ -102,0 +102,0 @@ } |
{ | ||
"name": "discordsb", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "a Module For Creating Discord Self Bots", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7226