/oldmetalbot

Primary LanguageJavaScriptMIT LicenseMIT

Structure-Discord-Bot Stars Codefactor

Command & event handler by MélioOff - Bot Discord (v11 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, the id of the channel wich will receive the commands logs, and your id or the ids of all other owners.

module.exports = {  
    token: 'BOT_TOKEN',  
    prefix: 'BOT_PREFIX',  
    log_channel: "LOG_CHANNEL'S_ID",  
    owner:["YOUR_DISCORD_ID"]  
 };

ᅠᅠ

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.

License

This repository is licensed under the MIT License. See the LICENSE file (here) for more information.
ᅠᅠ

Table of contents