/[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 335 by rakin, Mon Jul 29 17:29:00 2024 UTC revision 336 by rakin, Mon Jul 29 17:29:36 2024 UTC
# Line 169  export default class TempBanCommand exte Line 169  export default class TempBanCommand exte
169                  meta: {                  meta: {
170                      days: banOptions.days,                      days: banOptions.days,
171                      time                      time
172                  }                  },
173                    createdAt: new Date()
174              });              });
175    
176              const timeouts = getTimeouts();              const timeouts = getTimeouts();

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26