Skip to content

IArabie/discord-interactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

discord-interactions

This repository is a JavaScript project that implements Discord interactions within an Express.js framework, utilizing the Discord API for robust and dynamic bot functionality.

Usage

const { Client, Events } = require('./src');
const bot = new Client({ token: '' });

bot.on(Events.ClientReady, async(user) => {
    console.log(`${user.username}'s Online!`)
})

bot.on(Events.InteractionCreate, async(Interaction) => {});

bot.connect();

The Source Coming Soon

Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published