!pbRoomName arg1 arg2
arg1 - Number of the voice creator you wish to edit. arg2 - Template for room name including variables listed below
Variables for arg2
%USERNAME% - Adds the users Username to the room name.
Example: !pbRoomName 1 %USERNAME%'s Room
would produce a room called "Krankey's Room"
%NICKNAME% - Adds the users Nickname to the room name.
Example: !pbRoomName 1 %NICKNAME%'s Room
would produce a room called "Krankey's Room"
%GAME% - Adds the game the user is playing to the room name. Defaults toa game
if not playing a game.
Example: !pbRoomName 1 %GAME% Room
would produce a room called "Among Us Room" if the user were playing Among Us.
%LIST% - Picks a room name randomly from a predefined list.
Example: !pbRoomName 1 %LIST%Room1;Room2;Room3
would produce a room named either Room1, Room2 or Room3
%INC% - Adds an incrementing number to a room name
Example: !pbRoomName 1 Room %INC%
would produce a room named either "Room #" where #' is an incrementing number.
Description
This command allows users to set a naming template for temporary voice channels.
Running !pbRoomName
without any argument will return a numbered list of channels you are able to configure.
Use the number in the list to choose the room you wish to configure.
Example: If you wished to configure the first item from the list so new rooms were created with the users username + Room the command would be !pbRoomName 1 %USERNAME%'s Room