mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Не показывать префикс в статусе
This commit is contained in:
parent
e9e978839d
commit
426da0324d
1 changed files with 1 additions and 2 deletions
|
@ -36,10 +36,9 @@ module.exports = class {
|
|||
if (client.config.dashboard.enabled) client.dashboard.load(client);
|
||||
|
||||
// Update the game every 20s
|
||||
const prefix = require("../config").prefix;
|
||||
const status = [
|
||||
{ name: `{servers} сервер(а/ов)`, type: "WATCHING" },
|
||||
{ name: `${prefix}help`, type: "WATCHING" }
|
||||
{ name: "help", type: "WATCHING" }
|
||||
];
|
||||
const version = require("../package.json").version;
|
||||
let i = 0;
|
||||
|
|
Loading…
Reference in a new issue