1.2.1 âĸ Published 3 years ago
azury-djs v1.2.1
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