Skip to content

Beth428/Zeno-Bot

 
 

Repository files navigation

Zeno bot

Discord BotsDiscord Bots Discord Bots Discord Bots

Zeno bot

About

Zeno Bot is a bot made in Indonesia, Zeno Bot is taken from ZenoBot by ListPremier, zeno bot has More commands and develop more command and more, Zenobot has more features, its is Image gen, moderation and more. and adding more api if you want. support a developer for new commands and category, and invite Zeno Bot for enjoyments

Setting Up

Environment configuration

TOKEN=<your token>
DBLTOKEN=<Discord bot list token> //its used for server count
WEbHOOK=<webhook discord> //its used for status

JSON Based Configuration

{
    "developers": ["<your bot developer its array>"],
    "prefix": "<your prefix>",
    "Maintenance": false
}

Additional Content

for additional content its event or command

Command

exports.run = async (client, message, args) => {
//your code here
  
}

exports.help = {
  name: "", //Command Name
  description: "", // Command Description
  usage: "",// Usage of this command
  example: "",// example of command usage
  api: ""// API Used on this command
}

exports.conf = {
  aliases: [],// command aliases
  cooldown: 3 // command cooldown
}

and command for pull request and feature request

Event

var currentdate = new Date(); 

const Discord = require("discord.js");
module.exports = (client, message) => {

};

Got Bug? and Want To Request?

feel free to give bug report and/or feature request in Github or Trello

About

Zeno Bot's source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%