Discord bot that helps with moderation through slash commands that are built-in the bot.
ver. 0.3 Sigma
- Make a bot at the Discord developer portal and make sure to toggle the
presence
,server members
andmessage content
intents - Invite your bot to any server here (You must have the Manage Server permission to invite bots)
- Open your Terminal
cd (Your folder for the repository)
git pull https://github.com/Shavixinio/DiscordBotProject.git
npm init # Follow the process
npm i discord.js
npm i dotenv
- 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
- Ban
- Kick
- Unban