A very simple Discord Welcome and Leave bot created in discord.js and is easy to configure.
- NodeJS
- Prior knowledge of JavaScript and JSON. It literally is a "fill in the blank and your good to go" type of bot, but if you get errors, that's on you bud.
- A Discord bot token from the Discord Developer Dashboard.
It doesn't take a rocket scientist to set this bot up.
Steps:
- Change
example.config.json
located in thesrc/Configuration/
folder, and rename it toconfig.json
. - Start filling out the information inside of the configuration file. If you don't, you bot won't run properly. Your Discord token is the thing you get from your dashboard.
- Run the following commands:
npm install
Followed By:
node index.js
- Your good to go! Now you setup this bot, your all done.
- Me (DIBSTER)
- Myself (DIBSTER)
- I (DIBSTER)
My very first open source bot project. It was really simple, so I don't have any reason to keep it here.
I do not take any responsibility for any damage that this bot might cause, nor responsibile to maintain this Repository. This Discord bot source code is open sourced as a shortcut for bot developers to quickly launch a bot for there needs, and not meant for a complete beginner with little to no experience with the Discord API, Javascript, and/or NodeJS. Proceed to use the following Repository code at your own risk.
- Distributed under the Apache-2.0 license. See LICENSE.md for more information.
- Ask you include credits when you are using this. Link back to this repository or state my GitHub name.