1.0.18 • Published 2 years ago

dbot-framework v1.0.18

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

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago