diff --git a/src/games/8ball.js b/src/games/8ball.js index 46b1c33..a8cc7ed 100644 --- a/src/games/8ball.js +++ b/src/games/8ball.js @@ -77,11 +77,11 @@ async function onCommand(args, context) { await timers.setTimeout(Math.random() * 3000 + 1000); - context.sendMessage(`${style.bgnavy(style.black('◣ '))}${style.bgnavy(style.white(answer))}${style.bgnavy(style.black(' ◢'))}`, context.room.id, { + context.sendMessage(`${style.navy('◥')}${style.bgnavy(style.white(` ${answer} `))}${style.navy('◤')}`, context.room.id, { label: false, style: { - color: config.schatColors.white, - background: config.schatColors.navy, + color: config.schatColors.blue, + // background: config.schatColors.navy, }, });