mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Change **__: to :**__
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = class HungerGamesCommand extends Command {
|
|||||||
const deaths = [];
|
const deaths = [];
|
||||||
this.makeEvents(remaining, sunEvents, deaths, results);
|
this.makeEvents(remaining, sunEvents, deaths, results);
|
||||||
let text = stripIndents`
|
let text = stripIndents`
|
||||||
__**${bloodbath ? 'Bloodbath' : sun ? `Day ${turn}` : `Night ${turn}`}**__:
|
__**${bloodbath ? 'Bloodbath' : sun ? `Day ${turn}` : `Night ${turn}`}:**__
|
||||||
${results.join('\n')}
|
${results.join('\n')}
|
||||||
`;
|
`;
|
||||||
if (deaths.length) {
|
if (deaths.length) {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "95.1.4",
|
"version": "95.1.5",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user