rename systemspecs to systeminfo
This commit is contained in:
@@ -3,7 +3,7 @@ import {logError, oldSendMessage} from "../util/utils";
|
||||
import {Message} from "typescript-telegram-bot-api";
|
||||
import {systemInfoText} from "../index";
|
||||
|
||||
export class SystemSpecs extends ChatCommand {
|
||||
export class SystemInfo extends ChatCommand {
|
||||
title = "/systemInfo";
|
||||
description = "System information";
|
||||
|
||||
+2
-2
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user