Initial commit

This commit is contained in:
zv
2026-04-18 19:03:17 +02:00
commit f6f1358c1b
6 changed files with 1219 additions and 0 deletions

23
info.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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"
}