hopefully fixed more vypni se and zapni se
This commit is contained in:
parent
443d591467
commit
3f3a1253a8
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "denim_3001",
|
||||
"version": "3001.37.0",
|
||||
"version": "3001.37.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "denim_3001",
|
||||
"version": "3001.37.0",
|
||||
"version": "3001.37.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "github:discordjs/opus",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "denim_3001",
|
||||
"version": "3001.37.0",
|
||||
"version": "3001.37.1",
|
||||
"description": "Toto je velmi kvalitní bot.",
|
||||
"repository": {
|
||||
"url": "https://github.com/Histmy/Denim-Bot/"
|
||||
|
||||
@ -43,7 +43,7 @@ const exp: Modul = {
|
||||
pos: 0,
|
||||
fun: (mes: Message) => {
|
||||
const cont = mes.content.toLowerCase();
|
||||
const prefix = process.env.prefix;
|
||||
const prefix = process.env.prefix || "more";
|
||||
if (cont == `${prefix} zapni se`) {
|
||||
if (spim) {
|
||||
spim = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user