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

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

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

revision 429 by rakin, Mon Jul 29 17:30:11 2024 UTC revision 430 by rakin, Mon Jul 29 17:30:12 2024 UTC
# Line 223  export default class TempBanCommand exte Line 223  export default class TempBanCommand exte
223                      userID: user.id,                      userID: user.id,
224                      guildID: msg.guild!.id                      guildID: msg.guild!.id
225                  },                  },
226                  runAt: new Date(Date.now() + time)                  runAt: new Date(Date.now() + time),
227                    guild: msg.guild!.id
228              });              });
229    
230              await client.logger.logTempBan(banOptions, msg.guild!, user, punishment);              await client.logger.logTempBan(banOptions, msg.guild!, user, punishment);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26