azury-djs
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

AZURY-DJS


What is Azury-DJS?

  • Azury DJS is a NPM Package, that offers fun Minigames for you to use in YOUR bot!
  • Easy-To-Use NPM With Amazing Quality 💖

Our Features:

Azury-DJS is...

  • 🔰 Easy-To-Use
  • 🔳 Supportable for Discord.js@12 & 13
  • Simple-To-Use
  • 🪙 Feature-Rich

📥 Install our package:

npm install azury-djs

📄 Usage-Example

const {Snake} = require("azury-djs");
await Snake({
	message: message,
	embed: {
		title: 'Snake • Azury Devs',
		description: '🎉 Congratulations, you scored **{{score}}** points!',
		color: '#5865F2',
        footer: '©️ Azury Devs',
		timestamp: true
	},
	emojis: {
		empty: '⬛',
		snakeBody: '🟩',
		food: '🍎',
		up: '⬆️',
		right: '⬅️',
		down: '⬇️',
		left: '➡️',
	},
	othersMessage: '❌ Only <@{{author}}> can use the buttons!',
	buttonText: 'Cancel'
});

✏️ Azury Support Server

Package Sidebar

Install

npm i azury-djs

Weekly Downloads

1

Version

1.2.1

License

CC BY-NC-ND 4.0

Unpacked Size

504 kB

Total Files

83

Last publish

Collaborators

  • mipcit1010