/[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 189 by rakin, Mon Jul 29 17:28:56 2024 UTC revision 191 by rakin, Mon Jul 29 17:28:57 2024 UTC
# Line 149  export default class BeanCommand extends Line 149  export default class BeanCommand extends
149    
150          await msg.reply({          await msg.reply({
151              embeds: [              embeds: [
152                  new ModerationEmbed(user, msg.member!.user, {                  new ModerationEmbed(user.user, msg.member!.user as User, {
153                      description: `${user.tag} has been beaned.`                      description: `${user.user.tag} has been beaned.`
154                  })                  })
155                  .setReason(reason)                  .setReason(reason)
156              ]              ]

Legend:
Removed from v.189  
changed lines
  Added in v.191

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26