24 lines
757 B
JSON
24 lines
757 B
JSON
{
|
|
"author": [
|
|
"codex"
|
|
],
|
|
"install_msg": "TempVoice loaded. Use `[p]tempvoice settings` to review the current server configuration.",
|
|
"name": "TempVoice",
|
|
"short": "Join-to-create temporary voice channels",
|
|
"description": "Creates and manages join-to-create temporary voice channels per server, including owner user-limit control and admin configuration commands.",
|
|
"end_user_data_statement": "Stores per-server configuration and temporary channel ownership mappings (channel ID to owner ID).",
|
|
"requirements": [],
|
|
"tags": [
|
|
"voice",
|
|
"temporary",
|
|
"join-to-create"
|
|
],
|
|
"min_bot_version": "3.5.0",
|
|
"min_python_version": [
|
|
3,
|
|
8,
|
|
0
|
|
],
|
|
"type": "COG"
|
|
}
|