diff --git a/commands/util-public/options.js b/commands/util-public/options.js index 10f69358..825ff8e9 100644 --- a/commands/util-public/options.js +++ b/commands/util-public/options.js @@ -18,12 +18,17 @@ module.exports = class OptionsCommand extends Command { __**Server Options**__ Place the option in the appropriate channel's topic to use. + __General Options__ \`\` Disables leave messages (System Channel). + + __Phone Options__ \`\` Allows this channel to recieve phone calls. \`\` Prevents this channel from recieving voicemails for missed calls. \`\` Makes the channel only able to be called directly, rather than picked randomly. \`\` Blocks a channel or server from contacting you via phone. \`\` Hides this channel from \`phone-book\`. + + __Portal Options__ \`\` Marks the channel as a portal channel for \`portal-send\`. \`\` Hides the channel's name when the channel is chosen to recieve a portal message. `); diff --git a/package.json b/package.json index e24dada5..753e6c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.43.1", + "version": "119.43.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {