Using black corners for IRC 8 ball answer.
This commit is contained in:
parent
a45652108e
commit
ab20d76a98
|
@ -25,7 +25,6 @@ module.exports = {
|
||||||
schatColors: {
|
schatColors: {
|
||||||
white: 'white',
|
white: 'white',
|
||||||
blue: 'var(--message-40)',
|
blue: 'var(--message-40)',
|
||||||
navy: 'var(--message-41)',
|
|
||||||
},
|
},
|
||||||
schatColorAliases: {
|
schatColorAliases: {
|
||||||
red: 'red',
|
red: 'red',
|
||||||
|
|
|
@ -77,7 +77,7 @@ async function onCommand(args, context) {
|
||||||
|
|
||||||
await timers.setTimeout(Math.random() * 3000 + 1000);
|
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,
|
label: false,
|
||||||
style: {
|
style: {
|
||||||
color: config.schatColors.white,
|
color: config.schatColors.white,
|
||||||
|
|
Loading…
Reference in New Issue