Added 'gm' and 'gn'

This commit is contained in:
Histmy 2021-09-10 17:48:23 +02:00
parent eab4f5825e
commit eebc00a5d5
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "denim_3001", "name": "denim_3001",
"version": "3001.23.0", "version": "3001.24.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "denim_3001", "name": "denim_3001",
"version": "3001.23.0", "version": "3001.24.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@discordjs/opus": "github:discordjs/opus", "@discordjs/opus": "github:discordjs/opus",

View File

@ -1,6 +1,6 @@
{ {
"name": "denim_3001", "name": "denim_3001",
"version": "3001.23.0", "version": "3001.24.0",
"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/"

View File

@ -37,7 +37,7 @@ module.exports = {
more_komandy: { more_komandy: {
spinkacek: { spinkacek: {
als: ["spink", "spoink", "spinkake", "spoinkacek"], als: ["spink", "spoink", "spinkake", "spoinkacek", "gn"],
run: (_: any, mes: Message) => { run: (_: any, mes: Message) => {
if (mes.author.bot) return `až někdy${emouty.kapp}`; if (mes.author.bot) return `až někdy${emouty.kapp}`;
(async () => { (async () => {
@ -49,7 +49,7 @@ module.exports = {
}, },
vstavacek: { vstavacek: {
als: ["vstavcacek"], als: ["vstavcacek", "gm"],
run: (_: any, mes: Message) => { run: (_: any, mes: Message) => {
if (mes.author.bot) return emouty.sjeta; if (mes.author.bot) return emouty.sjeta;
(async () => { (async () => {