mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Make Options Nicer
This commit is contained in:
@@ -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__
|
||||
\`<xiao:disable-leave>\` Disables leave messages (System Channel).
|
||||
|
||||
__Phone Options__
|
||||
\`<xiao:phone>\` Allows this channel to recieve phone calls.
|
||||
\`<xiao:phone:no-voicemail>\` Prevents this channel from recieving voicemails for missed calls.
|
||||
\`<xiao:phone:no-random>\` Makes the channel only able to be called directly, rather than picked randomly.
|
||||
\`<xiao:phone:block:INSERTIDHERE>\` Blocks a channel or server from contacting you via phone.
|
||||
\`<xiao:phone-book:hide>\` Hides this channel from \`phone-book\`.
|
||||
|
||||
__Portal Options__
|
||||
\`<xiao:portal>\` Marks the channel as a portal channel for \`portal-send\`.
|
||||
\`<xiao:portal:hide-name>\` Hides the channel's name when the channel is chosen to recieve a portal message.
|
||||
`);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.43.1",
|
||||
"version": "119.43.2",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user