We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to set different channel names and let the bot pick one randomly.
Example: @zbot config voice_channel_format Villager #{number}'s house | The den of the {minecraft} | The {random} journey
@zbot config voice_channel_format Villager #{number}'s house | The den of the {minecraft} | The {random} journey
Each time a voice channel is created, the bot take one of these 3 voice names. It allow to avoid redundancy
The text was updated successfully, but these errors were encountered:
Any idea which separator to use? Because | is pretty common in voice channel names
|
Maybe a comma , like in the rest of the bot (roll, config etc), does that seem usable?
,
Sorry, something went wrong.
Why not yes! Maybe use \, in order to let possibility to use commas in the channel names
No branches or pull requests
Allow to set different channel names and let the bot pick one randomly.
Example:
@zbot config voice_channel_format Villager #{number}'s house | The den of the {minecraft} | The {random} journey
Each time a voice channel is created, the bot take one of these 3 voice names. It allow to avoid redundancy
The text was updated successfully, but these errors were encountered: