My second attempt at making a bot in javascript
Find a file
SileNce5k c51a4fa976
Pass objects on command.execute
Pass objects instead of using a switch statement.
Now I don't have to restart the bot whenever I add a new command
that needs specific arguments other than 'message'.
2021-03-09 18:50:27 +01:00
commands Pass objects on command.execute 2021-03-09 18:50:27 +01:00
util Change var to let on all variables 2021-03-09 14:55:52 +01:00
config.json added config file 2021-02-14 11:58:32 +01:00
package-lock.json Update package*json files 2021-03-09 02:23:40 +01:00
package.json Update package*json files 2021-03-09 02:23:40 +01:00
README.md update readme 2021-02-19 12:44:36 +01:00
server.js Pass objects on command.execute 2021-03-09 18:50:27 +01:00

Soilens_BotJS

My second attempt at making a discord bot in javascript
Probably very bad

very buggy