0.8.0 • Published 4 years ago
botmakerdiscord v0.8.0
Discord Bot Maker
Discord Bot Maker is an module that lets you create an Discord Bot easily.
Installation
Use npm
to download Discord Bot Maker
$ npm install discordbotmaker
Usage
const Botmaker = require('botmakerdiscord'); // Import the package
const client = new Botmaker.Bot({ // Creates an bot instance
token: 'my-token-here', // Put your bot token here
prefix: 'my-prefix-here' // Put your bot prefix here (How every command starts with)
dmn: true // Disables default message notifications in terminal
})
client.events.on('message', message => { // Wait for a message
console.log(message.content) // Logs message in console
})
See other Usage Examples here.
Developer
Hey, I'm Lugo_Sieben!
You can contact me on these ways:
Discord: Lugo_Sieben#9999
Email: lugosieben@gmail.com
License
0.8.0
4 years ago
0.8.0-beta
4 years ago
0.7.2
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.4.4-alpha.6
4 years ago
0.4.4-alpha.5
4 years ago
0.4.4-alpha.4
4 years ago
0.4.4-alpha.3
4 years ago
0.4.4-alpha.2
4 years ago
0.4.4-alpha.1
4 years ago
0.4.4-alpha.0
4 years ago
0.4.3
4 years ago
0.4.2
4 years ago
0.4.1
4 years ago