My second attempt at making a bot in javascript
Find a file
SileNce5k ce885d7318
Fix role is not defined
Had the if statement in the wrong place.
2021-07-03 16:23:22 +02:00
commands Fix role is not defined 2021-07-03 16:23:22 +02:00
server Fix setPresence not using prefix 2021-07-02 20:21:07 +02:00
util Remove a console.log line 2021-07-02 20:21:52 +02:00
.gitignore Update gitignore 2021-06-28 17:09:17 +02:00
package-lock.json Add prompt-sync as dependency 2021-06-30 16:00:30 +02:00
package.json Add prompt-sync as dependency 2021-06-30 16:00:30 +02:00
README.md Update README: Add known issues 2021-07-02 10:29:55 +02:00
server.js Fix presence not setting correctly when <prefix> 2021-07-02 20:30:01 +02:00
UNLICENSE Add license 2021-06-22 18:23:57 +02: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.

The bot can be quite buggy at times, so be warned before trying it out.


To use the bot:

git clone https://github.com/SileNce5k/discord_bot.git
cd discord_bot
npm install
node server.js

The first time you start the bot with node server.js, it will create a directory called data with a config.json file.
In this file, enter your bot token.
You can also enter a login message, channel and enable it.
You can also change the global prefix.
You should enter you discord user id, so you can use the admin commands. Every time you want to change something in this file, you have to restart the bot.

Netload is a feature that enables the ability to upload .js files via discord to the bot. If you want this feature, you have to enable it in ./data/config.json.

Known issues

  • parseMention has issues sometimes