Skip to content

mohaned77/ticket-bot-d.js-v14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Getting Started

Follow these steps to install and set up the Bot

1. 🔧 Installing Dependencies

Install the necessary Node.js packages:

npm install 
# or
yarn install

2. ⚙️ Configuration

Rename .env.example to .env in your project root and fill in your details:

The CLIENT_ID can be found in your Bot Application under OAuth2.

CLIENT_TOKEN=your_discord_bot_token
CLIENT_ID=your_discord_client_id
GUILD_ID=your_discord_guild_id

3. 🤖 Running the Bot

Use the following commands to compile and start your bot:

npm run start
# or
yarn start

if you get any issue feel free to dm mohaned77 for help

About

ticket bot made by discord.js v14

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published