mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +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
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user