hopefully fixed repeating commands on help page

This commit is contained in:
Histmy 2022-07-19 20:32:11 +02:00 committed by GitHub
parent b0305d804f
commit b89c6cc966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "denim_3001",
"version": "3001.40.0",
"version": "3001.40.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "denim_3001",
"version": "3001.40.0",
"version": "3001.40.1",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.10.0",

View File

@ -1,6 +1,6 @@
{
"name": "denim_3001",
"version": "3001.40.0",
"version": "3001.40.1",
"description": "Toto je velmi kvalitní bot.",
"repository": {
"url": "https://github.com/Histmy/Denim-Bot/"

View File

@ -21,7 +21,7 @@ function save(nesend: true): [SRecord<Komand>, SRecord<string>, KomandNaExport[]
function save(nesend?: true) {
const cKomandi: SRecord<Komand> = {};
const cAliasi: SRecord<string> = { naucsea: "naucsealias", zepomena: "zapomenalias" };
const naSend = baseNaSend;
const naSend = [...baseNaSend];
Object.keys(customKomandi).forEach(c => {
cKomandi[c] = { run: customKomandi[c].text };
naSend.push({ name: c });