My second attempt at making a bot in javascript
Find a file
SileNce5k 5b98166a2b
Add check for permissions on prefix command
Now only people with the MANAGE_GUILD permission can edit the prefix of
that specific server.
2021-03-13 04:30:16 +01:00
commands Add check for permissions on prefix command 2021-03-13 04:30:16 +01:00
util Add random number command 2021-03-13 04:04:02 +01:00
package-lock.json Update package-lock.json 2021-03-11 00:48:15 +01:00
package.json Rename the project. 2021-03-10 18:10:15 +01:00
README.md Update README.md 2021-03-13 01:37:23 +01:00
server.js Add per server prefix (#7) 2021-03-13 03:57:53 +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.