2 New GIFs

This commit is contained in:
Daniel Odendahl Jr
2017-07-10 21:03:36 +00:00
parent 3d1fac072b
commit 4f82bbdfc8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
`);
}
};
+1 -1
View File
@@ -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
`);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "27.0.2",
"version": "27.0.3",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {