1.0.18 • Published 4 years ago

dbot-framework v1.0.18

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

Hey, Welcome!

This a really cool discord package (unofficial, ofc) but this package makes it SOOO easy for devs to make a new bot It's as simple as declaring the package -

const dbot = require('dbot-framework');

then setting a prefix (what sets the command apart from normal messages eg. !ping and not just 'ping') -

dbot.setPrefix('!');

then setting a token from your discord bot

dbot.settoken('your PRIVATE TOKEN goes here')

making a basic command -

dbot.setBasicCommand('ping', 'pong');
// the first argument of the function is the input 
// and the second argument is the output

and finally, login -

dbot.login();

BOOM, you just make a basic discord bot with 3 LINES OF CODE!

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago