azury-djs
Version:
Azury-djs, the best NPM Package you can have, with fun Minigames, button interactions, and more! Fun for your bot!
16 lines (15 loc) • 378 B
Markdown
# Example for Would You Rather
```js
await WouldYouRather({
message: message,
embed: {
title: 'Would you rather... | Weky Development',
color: '#5865F2',
footer: '©️ Weky Development',
timestamp: true
},
thinkMessage: 'I am thinking',
othersMessage: 'Only <@{{author}}> can use the buttons!',
buttons: { optionA: 'Option A', optionB: 'Option B' }
});
```