1.2.1 • Published 4 years ago

discord.js-oneline v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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
}
1.2.1

4 years ago

1.2.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago