1.0.18 • Published 3 years ago

dbot-framework v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago