/[sudobot]/trunk/src/commands/moderation/ShotCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/moderation/ShotCommand.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 391 by rakin, Mon Jul 29 17:29:56 2024 UTC revision 392 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                const random = Math.random() >= 0.5;
88                
89              await msg.reply({              await msg.reply({
90                  content: "Oh no no no... wait wait, you can't just do that with me!?!? Can you?",                  content: `Oh no no no... wait wait, you can't just do that with me${random ? "... I'm such an innocent bot :innocent:, PWEASE don't do that :pleading_face:" : "!?!? Can you?"}`,
91                  files: ['https://tenor.com/view/are-you-even-capable-vera-bennett-wentworth-can-you-handle-this-are-you-qualified-gif-22892513.gif']                  files: [random ? "https://tenor.com/view/folded-hands-emoji-funny-animals-gray-cat-cute-pwease-gif-14039745.gif" : 'https://tenor.com/view/are-you-even-capable-vera-bennett-wentworth-can-you-handle-this-are-you-qualified-gif-22892513.gif']
92              });              });
93    
94              return;              return;

Legend:
Removed from v.391  
changed lines
  Added in v.392

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26