/[sudobot]/trunk/src/commands/fun/CatCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/fun/CatCommand.ts

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

revision 396 by rakin, Mon Jul 29 17:29:59 2024 UTC revision 397 by rakin, Mon Jul 29 17:30:01 2024 UTC
# Line 28  import { deleteFile, download } from '.. Line 28  import { deleteFile, download } from '..
28    
29  export default class CatCommand extends BaseCommand {  export default class CatCommand extends BaseCommand {
30      supportsInteractions: boolean = true;      supportsInteractions: boolean = true;
31      coolDown = 4000;      coolDown = 8000;
32    
33      constructor() {      constructor() {
34          super('cat', 'fun', []);          super('cat', 'fun', []);

Legend:
Removed from v.396  
changed lines
  Added in v.397

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26