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) • 366 B
Markdown
# Example for Never Have I Ever
```js
await NeverHaveIEver({
message: message,
embed: {
title: 'Never Have I Ever | Weky Development',
color: '#5865F2',
footer: '©️ Weky Development',
timestamp: true
},
thinkMessage: 'I am thinking',
othersMessage: 'Only <@{{author}}> can use the buttons!',
buttons: { optionA: 'Yes', optionB: 'No' }
});
```