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",
|
"name": "denim_3001",
|
||||||
"version": "3001.40.0",
|
"version": "3001.40.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "denim_3001",
|
"name": "denim_3001",
|
||||||
"version": "3001.40.0",
|
"version": "3001.40.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/voice": "^0.10.0",
|
"@discordjs/voice": "^0.10.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "denim_3001",
|
"name": "denim_3001",
|
||||||
"version": "3001.40.0",
|
"version": "3001.40.1",
|
||||||
"description": "Toto je velmi kvalitní bot.",
|
"description": "Toto je velmi kvalitní bot.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/Histmy/Denim-Bot/"
|
"url": "https://github.com/Histmy/Denim-Bot/"
|
||||||
|
|||||||
@ -21,7 +21,7 @@ function save(nesend: true): [SRecord<Komand>, SRecord<string>, KomandNaExport[]
|
|||||||
function save(nesend?: true) {
|
function save(nesend?: true) {
|
||||||
const cKomandi: SRecord<Komand> = {};
|
const cKomandi: SRecord<Komand> = {};
|
||||||
const cAliasi: SRecord<string> = { naucsea: "naucsealias", zepomena: "zapomenalias" };
|
const cAliasi: SRecord<string> = { naucsea: "naucsealias", zepomena: "zapomenalias" };
|
||||||
const naSend = baseNaSend;
|
const naSend = [...baseNaSend];
|
||||||
Object.keys(customKomandi).forEach(c => {
|
Object.keys(customKomandi).forEach(c => {
|
||||||
cKomandi[c] = { run: customKomandi[c].text };
|
cKomandi[c] = { run: customKomandi[c].text };
|
||||||
naSend.push({ name: c });
|
naSend.push({ name: c });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user