Change **__: to :**__

This commit is contained in:
Daniel Odendahl Jr
2018-10-18 01:41:35 +00:00
parent 25362d12bf
commit a85a129eee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "95.1.4",
"version": "95.1.5",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {