Axobot-org / Axobot

A cool multipurpose Discord bot made in Python
https://axobot.xyz
MIT License
31 stars 3 forks source link

Voice channel name roll #23

Open VForiel opened 2 years ago

VForiel commented 2 years ago

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

ZRunner commented 2 years ago

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?

VForiel commented 2 years ago

Why not yes! Maybe use \, in order to let possibility to use commas in the channel names