Skip to content

NextRaphi/Discord-JS-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


discord.js

Ahla Discord Bot


About

This project is permanently updated and therefore receives new features almost every week. You can find further information on our Discord, where you can of course also receive support.

Packages

  • Discord (Support) - If you have any problems to start or setup this Bot, open a ticket to get help.
  • JavaScript (Website) - A Documention for beginners.
  • Discord JS V14 (Website) - The Official Discord JS Guide Site, if you wanna change any code in this project as beginner.

Features

  • Moderation System 🛠
  • Ticket System 🎫
  • Role System 📌
  • Verify System ✅
  • Security System 🛡

Install Node.js

  • Go to Node.js and download the latest version

  • Install Node.js

Version Download
Latest Download
  • Open cmd and type node -v to check if Node.js is installed correctly

  • Open cmd and type npm -v to check if npm is installed correctly

  • 🎉Now Node.js is installed and you can start to setup the Bot🎉

Create a Bot

  • Go to Discord Developer Portal and create a new Application

  • Go to the Bot Section and create a new Bot

  • Copy the Token and save it for later

  • Go to the OAuth2 Section and select the Bot Scope

  • Select the Bot Permissions Administrator and copy the link

  • Open the link in your browser and select a server

  • Go to the General Information Section and copy the Client ID

  • Save the Client ID for later

  • Go to the Bot Section and enable the Privileged Gateway Intents

    • Enable the PRESENCE INTENT and the SERVER MEMBERS INTENT
  • 🎉Now the Bot is created and you can start to setup the Project🎉

Setup Project

  • Download the project

  • Open config.js file and put your Bot Token in the TOKEN= line and the clientId in the CLIENT_ID= line

  • Open cmd

    cd (Path to the project) npm install node main.js

  • 🎉Now the Bot should be online and you can start to use and configure it🎉

Help

If you have any problems to start or setup this Bot, open a ticket to get help.