From 004826856b5c382d1413aa372a43dccc5aa2ef64 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 11 Jan 2020 16:05:51 -0500 Subject: [PATCH] Add portal option to options --- commands/util/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/util/options.js b/commands/util/options.js index d71b6f68..51892f96 100644 --- a/commands/util/options.js +++ b/commands/util/options.js @@ -19,6 +19,7 @@ module.exports = class OptionsCommand extends Command { Place the option in the appropriate channel's topic to use. \`\` Disables leave messages (System Channel). + \`\` Marks the channel as a portal channel for \`portal-send\`. `); } };