Skip to content

lugosieben/discordbotmaker

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published