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",
"version": "3001.23.0",
"version": "3001.24.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "denim_3001",
"version": "3001.23.0",
"version": "3001.24.0",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",

View File

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

View File

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