Informstion. Lol. Fixed.

This commit is contained in:
dragonfire535
2017-03-07 23:46:28 -05:00
parent 33513fd6e2
commit 18f8d07e25
+1 -1
View File
@@ -24,7 +24,7 @@ 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\n[More Informstion](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)");
message.channel.sendEmbed(embed).catch(console.error);
}
}