项目作者: PetitL

项目描述 :
Event handler - Bot Handler
高级语言: JavaScript
项目地址: git://github.com/PetitL/bot-handler.git
创建时间: 2021-05-26T10:50:11Z
项目社区:https://github.com/PetitL/bot-handler

开源协议:MIT License

下载


Bot Handler Stars

event handler by PetitL - Bot Discord (v12 stable)
For better referencing, please add a star on the repository

Configuration

The configuration file named config.js have to content the token of your discord bot, the prefix of your bot.

  1. const config = {
  2. "TOKEN" : "TOKEN",
  3. "PREFIX" : "PREFIX",
  4. }
  5. module.exports = config;

ᅠᅠ

Commands

Installation

npm install

Start the bot

node index.js

Errors

For any errors found, please contact me here for exemple or do a pull request. ᅠᅠ

Table of contents