/[sudobot]/trunk/src/commands/settings/SystemCommand.ts
ViewVC logotype

Diff of /trunk/src/commands/settings/SystemCommand.ts

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

trunk/src/commands/testing/SystemCommand.ts revision 51 by rakin, Mon Jul 29 17:28:23 2024 UTC trunk/src/commands/settings/SystemCommand.ts revision 54 by rakin, Mon Jul 29 17:28:24 2024 UTC
# Line 8  import { fetchEmoji } from '../../utils/ Line 8  import { fetchEmoji } from '../../utils/
8    
9  export default class SystemCommand extends BaseCommand {  export default class SystemCommand extends BaseCommand {
10      constructor() {      constructor() {
11          super('system', 'testing', []);          super('system', 'settings', []);
12          this.supportsInteractions = true;          this.supportsInteractions = true;
13      }      }
14    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26