Fixes and Prepare for Bug Checks

This commit is contained in:
Daniel Odendahl Jr
2017-04-05 18:55:16 +00:00
parent 410b41b168
commit dd87d38fcc
4 changed files with 12 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class NitroCommand extends commando.Command {
.setThumbnail('https://pbs.twimg.com/profile_images/814184180649197568/y2eZcVMq.jpg')
.setColor(0x748BD9)
.setURL('https://discordapp.com/nitro')
.setDescription('This Message can only be viewed by members with Discord Nitro.\n\n[More Information](https://discordapp.com/nitro)');
.setDescription('This Message can only be viewed by members with Discord Nitro.\n\n\n[More Information](https://discordapp.com/nitro)');
return message.embed(embed);
}
};