change СЛОТЫ to SLOTS

This commit is contained in:
Jonny_Bro (Nikita) 2023-09-08 19:26:36 +05:00
parent 42d70b3dd7
commit 4b4e7cab16

View file

@ -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;