say, embed, and code

This commit is contained in:
Daniel Odendahl Jr
2017-03-25 23:14:29 +00:00
parent 55b8969ead
commit 8d3613773a
97 changed files with 154 additions and 154 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ module.exports = class NitroCommand extends commando.Command {
.setColor(0x748BD9)
.setURL("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.channel.sendEmbed(embed);
return message.embed(embed);
}
};