Skip to content

A lightweight wrapper for the Discord API

Notifications You must be signed in to change notification settings

JoJaCode/discord.lt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-lite

A lightweight wrapper for the Discord API

Installing

npm i discord.lt

const DiscordLite = require('discord.lt');
const client =  new DiscordLite.Client();

client.login('your bot token');

client.on('ready', (readyMsg) => {
    console.log(readyMsg);
});

client.on('message', message => {
    console.log(message);
})```

About

A lightweight wrapper for the Discord API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%