From c056ca47e30abbd130bb07d984205711e3962ebb Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 19 Oct 2017 00:36:31 +0000 Subject: [PATCH] Patches --- commands/single-res/nitro.js | 2 -- commands/text-edit/portal-send.js | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/single-res/nitro.js b/commands/single-res/nitro.js index d7aa39da..2367d866 100644 --- a/commands/single-res/nitro.js +++ b/commands/single-res/nitro.js @@ -23,8 +23,6 @@ module.exports = class NitroCommand extends Command { .setTimestamp() .setDescription(stripIndents` This message can only be viewed by users with Discord Nitro. - - [More Information](https://discordapp.com/nitro) `); return msg.embed(embed); diff --git a/commands/text-edit/portal-send.js b/commands/text-edit/portal-send.js index 6e14d028..1397a10e 100644 --- a/commands/text-edit/portal-send.js +++ b/commands/text-edit/portal-send.js @@ -8,6 +8,7 @@ module.exports = class PortalSendCommand extends Command { group: 'text-edit', memberName: 'portal-send', description: 'Send a message to a random channel with `` in the topic.', + guildOnly: true, args: [ { key: 'text',