mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
change СЛОТЫ to SLOTS
This commit is contained in:
parent
42d70b3dd7
commit
4b4e7cab16
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue