From 4f82bbdfc822cd6bb4f52f8b3ea27b5eb21b521a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 10 Jul 2017 21:03:36 +0000 Subject: [PATCH] 2 New GIFs --- commands/roleplay/high-five.js | 2 +- commands/roleplay/punch.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {