Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1 KB

README.md

File metadata and controls

37 lines (25 loc) · 1 KB

NEED USE WITH PREFIX?

v1.0.0 go download Source code (zip)

Requirements

Node.js V16+ Download

Discord Bot Token Guide

Installation

git clone https://github.com/fedup1/DJS-Template.git
cd DJS-Template
npm install

1.After installation finishes you can use npm run start or node index.js to start the bot.

2.After you run the bot you can use npm run load or node LoadSlash.js to register slashcommand. (on use global (/) not have? please kick bot and invite again!)

3.You want clearing slashcommand you can use npm run clear or node ClearSlash.js to clearing slashcommand. (same header)

Configuration

Enter a value in config.json

{
    "PREFIX": "!",
    "TOKEN": "BOT_TOKEN",
    "CLIENT_ID": "BOT_CLIENT",
    "GUILD_ID": "GUILD_ID",
    "OWNER_ID": "OWNER_ID"
}