mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +02:00
2 New GIFs
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = class HighFivesCommand extends Command {
|
|||||||
const { user } = args;
|
const { user } = args;
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
**${msg.author.username}** *high-fives* **${user.username}**
|
**${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;
|
const { user } = args;
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
**${msg.author.username}** *punches* **${user.username}**
|
**${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",
|
"name": "xiaobot",
|
||||||
"version": "27.0.2",
|
"version": "27.0.3",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user