mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 01:04:16 +02:00
Battle
This commit is contained in:
@@ -105,7 +105,7 @@ module.exports = class BattleCommand extends Command {
|
||||
if (guard) guard = false;
|
||||
} else await msg.say('You have already cured!');
|
||||
} else if (choice === 'run') {
|
||||
await msg.say(`${username} flees!`);
|
||||
await msg.say(`**${username}** flees!`);
|
||||
if (userTurn) userHP = 0;
|
||||
else oppoHP = 0;
|
||||
} else await msg.say('I do not understand what you want to do.');
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "21.4.3",
|
||||
"version": "21.4.4",
|
||||
"description": "A Discord Bot",
|
||||
"main": "Shard.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user