Skip to content

Eliott-B/discord.js-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DISCORD.JS MODULES

DESCRIPTION

This is a collection of modules that I use in my discord bots. I hope you find them useful.

PREREQUISITES

INSTALLATION

  1. Clone the repository
git clone https://github.com/Eliott-B/discord.js-modules.git
  1. Copy 'modules' folder in your project
  2. Call the module in your file
const { Button, Embed } = require('./modules');

const button = new ActionRowBuilder()
            .addComponents(
                button('id','label','type',null ,false) // link, disabled
            );

CONTRIBUTORS

LICENSE

MIT

HELP

If you need help, you can contact me on Discord: .eliottb.

DONATE

If you want to support me, you can donate on BuyMeACoffee

About

Button, embed modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages