Parent Directory
|
Revision Log
|
Patch
revision 384 by rakin, Mon Jul 29 17:29:54 2024 UTC | revision 391 by rakin, Mon Jul 29 17:29:56 2024 UTC | |
---|---|---|
# | Line 84 export default class ShotCommand extends | Line 84 export default class ShotCommand extends |
84 | } | } |
85 | ||
86 | if (user.id === client.user?.id) { | if (user.id === client.user?.id) { |
87 | await msg.reply("Oh no no no... wait wait, you can't just do that with me!?!? Can you? :grin:"); | 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; | return; |
93 | } | } |
94 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |