mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 10:25:11 +02:00
Change **: to :** when bolding lists
This commit is contained in:
@@ -58,8 +58,8 @@ module.exports = class BattleCommand extends Command {
|
||||
if (!opponent.bot || (opponent.bot && userTurn)) {
|
||||
await msg.say(stripIndents`
|
||||
${user}, do you **fight**, **guard**, **special**, or **run**?
|
||||
**${msg.author.username}**: ${userHP}HP
|
||||
**${opponent.username}**: ${oppoHP}HP
|
||||
**${msg.author.username}:** ${userHP}HP
|
||||
**${opponent.username}:** ${oppoHP}HP
|
||||
`);
|
||||
const filter = res =>
|
||||
res.author.id === user.id && ['fight', 'guard', 'special', 'run'].includes(res.content.toLowerCase());
|
||||
|
||||
Reference in New Issue
Block a user