
- A fun npm package to play games within Discord with buttons!
- looking for examples? click here: Examples
- β¨ Simple
- π Easy to use
- π§ Beginner friendly
- π€ Supports Discord.js V13 with Interactions
- and much more!
npm install sudo-minigames
const { Calculator } = require("sudo-minigames");
await Calculator({
message: message,
embed: {
title: 'Calculator | Sudo Development',
color: '#5865F2',
footer: 'Β©οΈ Sudo Development',
timestamp: true
},
disabledQuery: 'Calculator is disabled!',
invalidQuery: 'The provided equation is invalid!',
othersMessage: 'Only <@{{author}}> can use the buttons!'
});
- Contributions, issues and feature requests are welcome!
- Feel free to check issues page.