Fix in Info Again

This commit is contained in:
Daniel Odendahl Jr
2017-04-10 20:36:24 +00:00
parent 7132427aca
commit f4d086401c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class InviteCommand extends commando.Command {
name: 'invite',
group: 'botinfo',
memberName: 'invite',
description: 'Sends you an invite for the bot, or an invite to my server, Heroes of Dreamland. (;invite)',
description: 'Sends you an invite for the bot and an invite to my server. (;invite)',
examples: [';invite']
});
}