1.2.1 â€ĸ Published 3 years ago

azury-djs v1.2.1

Weekly downloads
-
License
CC BY-NC-ND 4.0
Repository
-
Last release
3 years ago

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