A general purpose Discord bot
This project at first was partially for my school assignment and a hobby project, but I've decided to move onto other things/languages. If I will ever consider taking bot development seriously, then I might consider working on the bot again
- Make a bot at the Discord developer portal and make sure to toggle the
presence,server membersandmessage contentintents - Set up an invite for your bot here (You must be the owner or have the Manage Server permission to invite bots)
- Open your Terminal
git clone https://github.com/Shavixinio/FumoBot.git
cd FumoBot
npm install- Get your bot's token and paste it into the
.envexample(Make sure to actually rename the file to.env)
Caution
Do not share your bot's token with anyone as it allows a bad actor to gain full access to your bot
- To run your bot, type the following command into the terminal:
npm start