Using black corners for IRC 8 ball answer.

This commit is contained in:
Niels Simenon 2022-10-28 00:28:14 +02:00
parent a45652108e
commit ab20d76a98
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ module.exports = {
schatColors: {
white: 'white',
blue: 'var(--message-40)',
navy: 'var(--message-41)',
},
schatColorAliases: {
red: 'red',

View File

@ -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,