Using black corners for IRC 8 ball answer.
This commit is contained in:
@@ -77,7 +77,7 @@ async function onCommand(args, context) {
|
||||
|
||||
await timers.setTimeout(Math.random() * 3000 + 1000);
|
||||
|
||||
context.sendMessage(style.bgnavy(style.white(`◣ ${answer} ◢`)), context.room.id, {
|
||||
context.sendMessage(`${style.bgnavy(style.black('◣ '))}${style.bgnavy(style.white(answer))}${style.bgnavy(style.black(' ◢'))}`, context.room.id, {
|
||||
label: false,
|
||||
style: {
|
||||
color: config.schatColors.white,
|
||||
|
||||
Reference in New Issue
Block a user