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