mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
OK fixed.
This commit is contained in:
parent
40260c716d
commit
5ac0112cc7
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module.exports = {
|
||||||
let message = '';
|
let message = '';
|
||||||
|
|
||||||
listed.forEach((value) => {
|
listed.forEach((value) => {
|
||||||
if (color==='§4') {
|
if (color==='§6') {
|
||||||
color = '§e';
|
color = '§e';
|
||||||
} else if (color==='§e') {
|
} else if (color==='§e') {
|
||||||
color = '§6';
|
color = '§6';
|
||||||
|
|
Loading…
Reference in a new issue