A2K2005 / Midoriya-Logger

πŸ€– A Discord Bot with a Logger System!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Midoriya

Midoriya ✨

Run on Repl.it

A Discord Bot with a Logger System.

Midoriya is a open source Discord bot coded in JavaScript with Discord.js by Madnesssik.

Categories πŸ“‘

  • Infos
  • Settings

Commands List πŸ’«

Categories:

  • βœ‰οΈ Infos: help
  • πŸ‘‘ Settings: setlogschannel, setembedcolor

Invite the Bot πŸ’•

Midoriya
  • Any Questions/Suggestions? Ask them in our Support Server



  • Community Server



  • BetaDevs Studio



Bot Setup πŸ”Š

  • Clone the Repo by typing git clone https://github.com/Beta-Devs/Midoriya-Logger or Download the .rar file by clicking Here

  • Set up your config.json file with your respective information.

{
    "token": "tokenhere", // Your Token
    "owners": ["ownerid"], // Your ID
    "PREFIX": "prefix", // Your PREFIX
    "color": "black", // Color
    "cooldown": 5  // Cooldown currently change in command file
{
    "yes": "",
    "no": "",
    "boost": "",
    "offline": "",
    "online": "",
    "voice": "",
    "help": "",
    "settings": ""
}
  • Install all the packages by typing npm i

  • Start the bot by typing node midoriya.js

License ©️

Midoriya is licensed under the MIT license. See the file LICENSE for more information. If you plan to use any part of this source code in your own bot, I would be grateful if you would include some form of credit somewhere.

About

πŸ€– A Discord Bot with a Logger System!

License:MIT License


Languages

Language:JavaScript 100.0%