@scorfy/dbotjs
v1.0.4
Published
`This npm Modul is a Modul how to start a Discord Bot realy Simple`
Downloads
3
Readme
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()