Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 859 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 859 Bytes

Discord Bot Setup Guide

This is a basic Discord bot project using Node.js and discord.js library. This guide will walk you through setting up the project on your local machine, configuring the bot, and obtaining the necessary credentials to run the bot.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (v16.6.0 or higher)
  • npm (comes with Node.js)

Project Setup

1. Clone the repository

git clone <your-repository-url>
cd <your-project-directory>



### Key Instructions:
- The guide helps users clone the project, install dependencies, and set up their bot with proper configuration.
- It explains how to get the Discord Bot Token and Client ID from the Discord Developer Portal and how to invite the bot to their server.