This commit is contained in:
Daniel Odendahl Jr
2017-06-17 03:26:31 +00:00
parent 5bb78126a9
commit fd4e35533a
129 changed files with 322 additions and 319 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ module.exports = class HighFivesCommand extends Command {
name: 'high-five',
group: 'roleplay',
memberName: 'high-five',
description: 'High Fives something/someone.',
description: 'High Fives a user.',
args: [
{
key: 'user',
@@ -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/7BJ6gfM.gif
https://i.imgur.com/BDW5xnu.gif
`);
}
};