Skip to content

Instantly share code, notes, and snippets.

@tiffit
Last active March 18, 2017 18:13
Show Gist options
  • Save tiffit/da0157e37d975d638f839b55069802cb to your computer and use it in GitHub Desktop.
Save tiffit/da0157e37d975d638f839b55069802cb to your computer and use it in GitHub Desktop.
A full tutorial on how to use Oryx The Mod God's Private Channels

Creating a Private Channel

To create your very own private voice channel, go into the bot channel and type mod_pchannel create. You must be in a voice channel to be able to create your own private channel. If you want, you could just be in the AFK channel. Once your private voice channel becomes empty, it will auto delete itself!

Inviting Members

Once you create your private channel, nobody will be able to join (other than yourself and moderators+). To allow certain people to join your private channel (pchannel) go into the bot channel and type mod_pchannel invite {@users...}. For example, if you would like to invite myself (tiffit) you can type mod_pchannel invite @tiffit#0253. Note that you can invite multiple people at once, for example: mod_pchannel invite @tiffit#0253 @Slaxer#4063 @Floflorian#0953.

Renaming Your Voice Channel

By default, the name of your voice channel will be your discord name. If you would like to change that you can go into the bot channel and type mod_pchannel name {name}. For example, if I wanted to name my private channel from "Private: tiffit" to "Private: only cool kids", I would type mod_pchannel name only cool kids. There is no way to remove the "Private:" prefix as it is there to indicate that the voice channel is user-created.

Deleting Your Voice Channel

If you want to delete your voice channel to either create a new one of kick everyone in it out, you could type mod_pchannel delete. Remember that if everyone leaves your private channel it will automatically delete itself aswell!

Changing Voice Channel Privacy

Want anyone to be able to join your pchannel? You can change the privacy using mod_pchannel privacy {public/private}. So, you can make the pchannel public by typing in the bot channel mod_pchannel privacy public. You can change it back to being private by typing mod_pchannel privacy private.

Changing Voice Channel Bitrate

You can change your pchannel's bitrate using the command mod_pchannel bitrate {8-128}. The command mod_pchannel bitrate 8 would change the bitrate to 8kbps. Since the server has VIP voice channels, the max bitrate is 128kbps unlike the usual 96kbps. Default bitrate is 64kbps, the minimum is 8kbps, and the max is 128kbps.

Changing The User Limit

You can change your pchannel's user limit using the command mod_pchannel limit {0-99}. Setting it to 0 will remove a user limit. This can be useful if you want to have a pchannel with the privacy set to public but only want a few people in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment