mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 07:46:43 +02:00
2 New GIFs
This commit is contained in:
@@ -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
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "27.0.2",
|
||||
"version": "27.0.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Shard.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user