mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Make spacing better
This commit is contained in:
@@ -79,7 +79,7 @@ module.exports = class QuizDuelCommand extends Command {
|
||||
if (userPoints >= maxPts) winner = msg.author;
|
||||
else if (oppoPoints >= maxPts) winner = opponent;
|
||||
const score = oneLine`
|
||||
${userWin ? '**' : ''}${userPoints}${userWin ? '**' : ''}-
|
||||
${userWin ? '**' : ''}${userPoints}${userWin ? '**' : ''} -
|
||||
${userWin ? '' : '**'}${oppoPoints}${userWin ? '' : '**'}
|
||||
`;
|
||||
await msg.say(`Nice one, ${result.author}! The score is now ${score}!`);
|
||||
|
||||
Reference in New Issue
Block a user