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

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

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

revision 335 by rakin, Mon Jul 29 17:29:36 2024 UTC revision 336 by rakin, Mon Jul 29 17:29:36 2024 UTC
# Line 77  export async function unmute(client: Dis Line 77  export async function unmute(client: Dis
77              guild_id: user.guild!.id,              guild_id: user.guild!.id,
78              mod_id: d.id,              mod_id: d.id,
79              mod_tag: d.tag,              mod_tag: d.tag,
80                createdAt: new Date()
81          });          });
82    
83          const muteRecord = await MuteRecord.findOne({          const muteRecord = await MuteRecord.findOne({

Legend:
Removed from v.335  
changed lines
  Added in v.336

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26