Skip to content

sujalgoel/sudo-minigames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudo Minigames

What is sudo-minigames?

  • A fun npm package to play games within Discord with buttons!
  • looking for examples? click here: Examples

Features

  • ✨ Simple
  • 🎉 Easy to use
  • 🧑 Beginner friendly
  • 🤖 Supports Discord.js V13 with Interactions
  • and much more!

Install the package 📥

npm install sudo-minigames

Usage 📚

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!'
});

Contributing 🤝

  • Contributions, issues and feature requests are welcome!
  • Feel free to check issues page.

Developers 👨‍💻

About

A fun npm package to play games within Discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published