Skip to content

Virtual-Engine/Discord-Bot-Prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[# Discord Bot Template (Prefix-Based)

A template for a Discord bot that uses a prefix-based command system. This bot is designed to be easily extensible and customizable.

Features

  • Prefix-based command handling.
  • Event and command management in separate files.
  • Support for embedded messages for better presentation.
  • Easy addition of new commands and events.

Prerequisites

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

Installation

  • Install the dependencies

npm install

Setup

clients: {
    token: 'YOUR_TOKEN',
    prefix: '!',
    embedColor: '#7f00ff',
}

Contributing

  • Contributions are welcome! If you have suggestions or want to add new features, feel free to open an issue or submit a pull request.](url)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors