Parent Directory
|
Revision Log
|
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 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |