A general purpose Discord bot
- Make a bot at the Discord developer portal and make sure to toggle the
presence
,server members
andmessage content
intents - 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