From 4b4e7cab16631841248ddca61b40986122072c7e Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Fri, 8 Sep 2023 19:26:36 +0500 Subject: [PATCH] =?UTF-8?q?change=20=D0=A1=D0=9B=D0=9E=D0=A2=D0=AB=20to=20?= =?UTF-8?q?SLOTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Economy/slots.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Economy/slots.js b/commands/Economy/slots.js index 020deb3e..b2076ca3 100644 --- a/commands/Economy/slots.js +++ b/commands/Economy/slots.js @@ -84,7 +84,7 @@ class Slots extends BaseCommand { }, 4000); async function end() { - let msg = "[ :slot_machine: | **СЛОТЫ** ]\n------------------\n"; + let msg = "[ :slot_machine: | **SLOTS** ]\n------------------\n"; i1 = i1 < fruits.length - 1 ? i1 + 1 : 0; i2 = i2 < fruits.length - 1 ? i2 + 1 : 0; @@ -233,7 +233,7 @@ class Slots extends BaseCommand { } async function editMsg() { - let msg = "[ :slot_machine: | **СЛОТЫ** ]\n------------------\n"; + let msg = "[ :slot_machine: | **SLOTS** ]\n------------------\n"; i1 = i1 < fruits.length - 1 ? i1 + 1 : 0; i2 = i2 < fruits.length - 1 ? i2 + 1 : 0;