mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Fix credit when blank, add readme data and bump version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user