1.0.4 • Published 4 years ago

@scorfy/dbotjs v1.0.4

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

What is this?

This npm Modul is a Modul how to start a Discord Bot realy Simple

How do install that

npm i @scorfy/dbotjs

Simple Example

var Bot = require('discord-bot');

var bot = new Bot({
    token: 'Your super secret Token in there'
});

bot.connect()