Parent Directory
|
Revision Log
|
Patch
revision 383 by rakin, Mon Jul 29 17:29:47 2024 UTC | revision 384 by rakin, Mon Jul 29 17:29:54 2024 UTC | |
---|---|---|
# | Line 83 export default class ShotCommand extends | Line 83 export default class ShotCommand extends |
83 | } | } |
84 | } | } |
85 | ||
86 | 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:"); | |
88 | return; | |
89 | } | |
90 | ||
91 | const anonymous = options.isInteraction ? options.options.getBoolean('anonymous') ?? false : false; | const anonymous = options.isInteraction ? options.options.getBoolean('anonymous') ?? false : false; |
92 | ||
93 | try { | try { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |