My second attempt at making a bot in javascript
Find a file
SileNce5k d636b39d7a
Add ability to upload modules to the bot via discord
* Remove unused dependencies

* Add basic downloading of modules

* Add valid-url as dependency

* Add loading/reloading of netmodules

* Add support for help on netmodules

* Add whitelist for netmodules
2021-03-15 23:29:49 +01:00
commands Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00
util Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00
package-lock.json Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00
package.json Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00
README.md Update README.md 2021-03-13 01:37:23 +01:00
server.js Add ability to upload modules to the bot via discord 2021-03-15 23:29:49 +01:00

discord_bot

A modular discord bot written in javascript, using the discord.js library.

This is my second attempt at making a discord bot.