1.0.4 • Published 4 years ago
@scorfy/dbotjs v1.0.4
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()