Create / manage temp channels with multiple categories
Managing the temp channels
YAML:
Formats:
TempChannelName: "{user-username}'s voice"
# The name of the temp channel
TextChannelName: "{user-username}-text"
Categories:
- VoiceChannel: tempChannel
# The voice channel where the members need to join to create a temp channel
Category: General
# The category where the temp channels will be created
CreateTextChannel: true
# Should the text channel be created automatically?
- VoiceChannel: music
Category: Support
Commands:
TempChannel:
Usage: Use the slash command
Description: Manage your temp channel
Aliases: []
Permission: []
SlashCommand:
Enabled: true
Data:
Name: tempChannel
Description: Manage your temp channel
YAML:
Commands:
TempChannel:
SessionExists:
Embeds:
- Title: You already have a session!
Description: You already have a [**session**]({message-url}), please wait for it
to end or use the `cancel` command.
Color: RED
NoTempChannel:
Embeds:
- Title: You don't have a temp channel!
Color: RED
Panel:
Embeds:
- Title: Temp Channel | Settings
Description: Here you can change the settings of your temp channel.
Color: BLUE
Fields:
- Name: Information
Value: |-
> `🔘` | **name** <New name>
> `🔘` | **limit** <New limit>
> `🔘` | **private** (`toggle`)
> `🔘` | **members** <add | remove> <...members mentions>
> `🔘` | **text**
Inline: false
- Name: • Name
Value: "> {name}"
Inline: true
- Name: • Limit
Value: "> {limit}"
Inline: true
- Name: • Private
Value: "> {private}"
Inline: true
- Name: • Members
Value: "{members}"
Inline: true
- Name: • Text
Value: "{text}"
Inline: true
To get support for this addon contact to ElkinSantiana#0115