- 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.