hopefully fixed repeating commands on help page
This commit is contained in:
parent
b0305d804f
commit
b89c6cc966
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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/"
|
||||
|
||||
@ -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 });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user