Skip to content

DeepPG/dapi.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example usage:

const client = require('dapi.js');
let token = 'bot token'

client.login(token) // set bot status to online
client.createMessage({
    message: 'something for test',
    channelID: 'channel id',
    token: token,
    embed: { // embed
        description: 'description for test',
        title: 'title'
    }
}); // sending message "something for test"

Links

NPM

Github

Dapi.js help

Donation

paypal

About

discord api library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published