Compare commits
2 Commits
09ed73bf23
...
5b4b5d3c0f
Author | SHA1 | Date |
---|---|---|
|
5b4b5d3c0f | |
|
32e842957b |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.17.1",
|
||||
"version": "1.17.2",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue