Improved 8 ball styling.
This commit is contained in:
parent
09ed73bf23
commit
32e842957b
|
@ -77,11 +77,11 @@ async function onCommand(args, context) {
|
||||||
|
|
||||||
await timers.setTimeout(Math.random() * 3000 + 1000);
|
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,
|
label: false,
|
||||||
style: {
|
style: {
|
||||||
color: config.schatColors.white,
|
color: config.schatColors.blue,
|
||||||
background: config.schatColors.navy,
|
// background: config.schatColors.navy,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue