83 |
} |
} |
84 |
} |
} |
85 |
|
|
86 |
|
if (user.id === client.user?.id) { |
87 |
|
await msg.reply({ |
88 |
|
content: "Oh no no no... wait wait, you can't just do that with me!?!? Can you?", |
89 |
|
files: ['https://tenor.com/view/are-you-even-capable-vera-bennett-wentworth-can-you-handle-this-are-you-qualified-gif-22892513.gif'] |
90 |
|
}); |
91 |
|
|
92 |
|
return; |
93 |
|
} |
94 |
|
|
95 |
const anonymous = options.isInteraction ? options.options.getBoolean('anonymous') ?? false : false; |
const anonymous = options.isInteraction ? options.options.getBoolean('anonymous') ?? false : false; |
96 |
|
|
97 |
try { |
try { |