rename systemspecs to systeminfo

This commit is contained in:
2026-01-27 19:40:05 +03:00
parent 44551af0fa
commit f87fae8ef1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ import {Ignore} from "./commands/ignore";
import {Unignore} from "./commands/unignore";
import {Ping} from "./commands/ping";
import {RandomString} from "./commands/random-string";
import {SystemSpecs} from "./commands/system-specs";
import {SystemInfo} from "./commands/system-info";
import {Test} from "./commands/test";
import {inviteAnswers, kickAnswers, muted, readData, retrieveAnswers} from "./db/database";
import {Uptime} from "./commands/uptime";
@@ -133,7 +133,7 @@ export const chatCommands: ChatCommand[] = [
new Ping(),
new RandomInt(),
new RandomString(),
new SystemSpecs(),
new SystemInfo(),
new Uptime(),
new WhatBetter(),