Skip to content

Latest commit

 

History

History
93 lines (59 loc) · 2.08 KB

READMEENG.md

File metadata and controls

93 lines (59 loc) · 2.08 KB

Rimuru Discord.js v14 Bot v3.0

Rimuru Shop Discord

General Discord Bot

Türkçe versiyonu için tıkla

Changes Made:

  • Suggestion system
  • Server Banner
  • Snipe (Shows the last deleted message in the channel)
  • Button Role
  • Private Room system

Table of Contents

Requirements

Getting Started

First, make sure all the necessary tools are installed on your local machine, and then follow these steps.

Setup

VDS

# 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

Required Permissions

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.

Configuration

After cloning the project and installing all dependencies, you need to add your Discord API token to the 'config.token' file.

Changing the Status

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.

Starting the Application

node index.js

or

npm run start

or

# Run the start.bat file.

Author

Oktay Yavuz

License

This project is licensed under the MIT License - see the LICENSE.md file for details.