Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

djaana/disbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disbot

A simple template for slash commands bot. Build in Discord.JS@13.7.0 !

Summary

Requirements

Installation

# Clone the repository
git clone https://github.com/seyiooo/disbot.git

# Enter into the directory
cd disbot

# Install the dependencies
npm install

Setup

Open the config.json file and modify the token / IDs.

{
  "token": "token",
  "version": "1.0.0",
  "guild": "guild id (if you run without process arguments)",
  "devs": ["your id"],
  "logs": "logs channel id",
  "color": "#color"
}

There are different ways to run.

# Run as default mode
node .

# Run as eval mode
node . eval

# Run as load mode
node . load

Credits

About

A simple template for slash commands bot. Build in Discord.JS@13.x !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors