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',