1.0.0 • Published 3 years ago

adga.js v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Docs Build Main Language

agda.js

a discord library, still in development

docs

adga.js docs

example

import { Client } from './src/client/Client.js';
const client = new Client();

client.on('ready', () => {
    console.log("I am now ready - and cool B)");
});

client.on('guildCreate', () => {
    console.log("A cool guild has been created");
});

client.login('token');

sponsored by Hackers Universe