discord.js-oneline

Crea tus bots con solo una linea de código :D


Keywords
operations, Rib
License
ISC
Install
npm install discord.js-oneline@1.2.1

Documentation

Discord.js-Oneline

const Discord = require('discord.js-oneline');

Discord.Oneline("TOKEN", "PREFIX");

Command Handler

module.exports.run = async function(client, message, args) {
//code
}

module.exports.help = {
name: "",
}

Event Handler

module.exports.run = async function(client, message, args) {
//code
}

module.exports.help = {
name: "",
once: false
}