From 0dab5ea44af946f4ed980806cd7ea5123a9e3d05 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sat, 1 Jan 2022 14:36:16 +0500 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D0=B8,=20=D0=BE=D1=82=D0=BA?= =?UTF-8?q?=D1=83=D0=B4=D0=B0,=20=D0=BD=D0=B5=20=D0=B7=D0=BD=D0=B0=D1=8E?= 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 18c9217f..fe11062d 100644 --- a/commands/Economy/slots.js +++ b/commands/Economy/slots.js @@ -46,7 +46,7 @@ class Slots extends Command { return Math.round(number); }; - const tmsg = await message.sendT("misc:loading", null, { + const tmsg = await message.sendT("misc:PLEASE_WAIT", null, { prefixEmoji: "loading" }); editMsg(); @@ -147,7 +147,7 @@ class Slots extends Command { }; function editMsg() { - let msg = "[ :slot_machine: l SLOTS ]\n------------------\n"; + let msg = "[ :slot_machine: | **СЛОТЫ** ]\n------------------\n"; i1 = (i1 < fruits.length - 1) ? i1 + 1 : 0; i2 = (i2 < fruits.length - 1) ? i2 + 1 : 0;