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

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

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

revision 125 by rakin, Mon Jul 29 17:28:41 2024 UTC revision 197 by rakin, Mon Jul 29 17:28:59 2024 UTC
# Line 46  export default class HistoryCommand exte Line 46  export default class HistoryCommand exte
46                      return 'Soft Ban';                      return 'Soft Ban';
47                  case PunishmentType.TEMPBAN:                  case PunishmentType.TEMPBAN:
48                      return 'Temporary Ban';                      return 'Temporary Ban';
49                  case PunishmentType.BEAN:                  case PunishmentType.SHOT:
50                      return 'Bean';                      return 'Shot';
51                  case PunishmentType.MUTE:                  case PunishmentType.MUTE:
52                      return 'Mute';                      return 'Mute';
53                  case PunishmentType.HARDMUTE:                  case PunishmentType.HARDMUTE:
# Line 276  export default class HistoryCommand exte Line 276  export default class HistoryCommand exte
276              }              }
277          });          });
278      }      }
 }  
279    }

Legend:
Removed from v.125  
changed lines
  Added in v.197

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26