Fix credit when blank, add readme data and bump version

This commit is contained in:
Daniel Odendahl Jr
2019-04-14 00:06:55 +00:00
parent 45c8d62dd5
commit 67f314dd4e
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ module.exports = class CreditCommand extends Command {
}
run(msg, { command }) {
if (!command.credit) return msg.say('This command is credited to no one. It just appeared.');
const embed = new MessageEmbed()
.setTitle(command.name)
.setColor(0x7289DA)