General Discord Bot
- Suggestion system
- Server Banner
- Snipe (Shows the last deleted message in the channel)
- Button Role
- Private Room system
First, make sure all the necessary tools are installed on your local machine, and then follow these steps.
# Clone the repository
git clone https://github.com/oktayyavuz/Rimuru-Discord.js-v14-Bot.git
# Enter the directory
cd Rimuru-Discord.js-v14-Bot/
# Install npm
npm install
# Configure the Discord Bot Token
echo "token='Paste your token here.'" > config.json
Ensure that the "applications.commands" application scope is enabled in your bot, which can be found under the "OAuth2" tab in the developer portal.
Enable "Server Member Intents" and "Message Intents" which can be found under the "Bot" tab in the developer portal.
After cloning the project and installing all dependencies, you need to add your Discord API token to the 'config.token' file.
You can change the status of your Discord bot by editing the activities
variables in the /events/ready.js
file. You can modify ActivityType.Watching
to Playing
, Watching
, etc.
node index.js
or
npm run start
or
# Run the start.bat file.
This project is licensed under the MIT License - see the LICENSE.md file for details.