diff --git a/commands/roleplay/high-five.js b/commands/roleplay/high-five.js index 4bbccba9..b8d230c6 100644 --- a/commands/roleplay/high-five.js +++ b/commands/roleplay/high-five.js @@ -22,7 +22,7 @@ module.exports = class HighFivesCommand extends Command { const { user } = args; return msg.say(stripIndents` **${msg.author.username}** *high-fives* **${user.username}** - https://i.imgur.com/BDW5xnu.gif + https://media.giphy.com/media/x58AS8I9DBRgA/giphy.gif `); } }; diff --git a/commands/roleplay/punch.js b/commands/roleplay/punch.js index 5db35d66..cbc7f20d 100644 --- a/commands/roleplay/punch.js +++ b/commands/roleplay/punch.js @@ -22,7 +22,7 @@ module.exports = class PunchCommand extends Command { const { user } = args; return msg.say(stripIndents` **${msg.author.username}** *punches* **${user.username}** - https://i.imgur.com/R5KBiYV.gif + https://i.imgur.com/WKj10Dc.gif `); } }; diff --git a/package.json b/package.json index 881ad37b..13d33fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "27.0.2", + "version": "27.0.3", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {