0.8.0 • Published 3 years ago

botmakerdiscord v0.8.0

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

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

MIT

0.8.0

3 years ago

0.8.0-beta

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.4.4-alpha.6

3 years ago

0.4.4-alpha.5

3 years ago

0.4.4-alpha.4

3 years ago

0.4.4-alpha.3

3 years ago

0.4.4-alpha.2

3 years ago

0.4.4-alpha.1

3 years ago

0.4.4-alpha.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago