Improved 8 ball styling.

This commit is contained in:
Niels Simenon 2022-10-28 02:00:03 +02:00
parent 09ed73bf23
commit 32e842957b
1 changed files with 3 additions and 3 deletions

View File

@ -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,
},
});