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

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

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

revision 428 by rakin, Mon Jul 29 17:30:11 2024 UTC revision 430 by rakin, Mon Jul 29 17:30:12 2024 UTC
# Line 67  export async function mute(client: Disco Line 67  export async function mute(client: Disco
67                      guildID: msg.guild!.id,                      guildID: msg.guild!.id,
68                      memberID: user.id                      memberID: user.id
69                  },                  },
70                  runAt: new Date(Date.now() + timeInterval)                  runAt: new Date(Date.now() + timeInterval),
71                    guild: msg.guild!.id
72              });              });
73          }          }
74                    

Legend:
Removed from v.428  
changed lines
  Added in v.430

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26