Our simple discord bot we use in our server
This is a simple discord bot written in node.js, this bot was only meant for the Crime Network discord serverFollow the instructions below to selfhost the website yourself.
Once youve found whatever your going to host it on, do the following command.
git clone https://github.com/Crime-Network/discord-bot
Then see the section below for editing & running the bot.
In-order to edit & run the bot, you must have the following
- Js knowledge
- Node.js
- Discord.js
Note: You just need baisc knowledge of what your doing and how to do it and this should be easy.
- Make a .dotenv file
- Put your bots token in the dotenv file as shown
token=bottoken - In that same dotenv file put your bot's prefix as show
prefix=urprefix - Run the bot by doing node .
- All done!
Licensed under the MIT license, see LICENSE.MD
- Lunaa - https://github.com/LunaaSan
- Offtop - https://github.com/e8ght-fe
- Crime Network, LLC - https://crimenetwork.repl.co
