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

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

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

revision 51 by rakin, Mon Jul 29 17:28:23 2024 UTC revision 56 by rakin, Mon Jul 29 17:28:24 2024 UTC
# Line 9  import { deleteFile, download } from '.. Line 9  import { deleteFile, download } from '..
9    
10  export default class JokeCommand extends BaseCommand {  export default class JokeCommand extends BaseCommand {
11      supportsInteractions: boolean = true;      supportsInteractions: boolean = true;
12        coolDown = 4000;
13    
14      constructor() {      constructor() {
15          super('joke', 'fun', []);          super('joke', 'fun', []);

Legend:
Removed from v.51  
changed lines
  Added in v.56

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26