From 18f8d07e257985f6a6212777fdca199820a09a3b Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Tue, 7 Mar 2017 23:46:28 -0500 Subject: [PATCH] Informstion. Lol. Fixed. --- commands/random/nitro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/nitro.js b/commands/random/nitro.js index d135a8d6..355e8ded 100644 --- a/commands/random/nitro.js +++ b/commands/random/nitro.js @@ -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); } }