mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Fix
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = class HungerGamesCommand extends Command {
|
|||||||
${results.join('\n')}
|
${results.join('\n')}
|
||||||
`;
|
`;
|
||||||
if (deaths.length) {
|
if (deaths.length) {
|
||||||
text += '\n';
|
text += '\n\n';
|
||||||
text += stripIndents`
|
text += stripIndents`
|
||||||
**${deaths.length} cannon shot${deaths.length === 1 ? '' : 's'} can be heard in the distance.**
|
**${deaths.length} cannon shot${deaths.length === 1 ? '' : 's'} can be heard in the distance.**
|
||||||
${deaths.join('\n')}
|
${deaths.join('\n')}
|
||||||
|
|||||||
Reference in New Issue
Block a user