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",
|
"name": "denim_3001",
|
||||||
"version": "3001.37.0",
|
"version": "3001.37.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "denim_3001",
|
"name": "denim_3001",
|
||||||
"version": "3001.37.0",
|
"version": "3001.37.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/opus": "github:discordjs/opus",
|
"@discordjs/opus": "github:discordjs/opus",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "denim_3001",
|
"name": "denim_3001",
|
||||||
"version": "3001.37.0",
|
"version": "3001.37.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/"
|
||||||
|
|||||||
@ -43,7 +43,7 @@ const exp: Modul = {
|
|||||||
pos: 0,
|
pos: 0,
|
||||||
fun: (mes: Message) => {
|
fun: (mes: Message) => {
|
||||||
const cont = mes.content.toLowerCase();
|
const cont = mes.content.toLowerCase();
|
||||||
const prefix = process.env.prefix;
|
const prefix = process.env.prefix || "more";
|
||||||
if (cont == `${prefix} zapni se`) {
|
if (cont == `${prefix} zapni se`) {
|
||||||
if (spim) {
|
if (spim) {
|
||||||
spim = false;
|
spim = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user