29 lines
1 KiB
JSON
29 lines
1 KiB
JSON
{
|
|
"name": "AutoRoom",
|
|
"author": [
|
|
"PhasecoreX (PhasecoreX#0635)"
|
|
],
|
|
"short": "Automatic voice channel management.",
|
|
"description": "This cog facilitates automatic voice channel creation. When a member joins an AutoRoom Source (voice channel), this cog will move them to a brand new AutoRoom that they have control over. Once everyone leaves the AutoRoom, it is automatically deleted.",
|
|
"install_msg": "Thanks for installing AutoRoom! For a quick rundown on how to get started with this cog, check out [the readme](https://github.com/PhasecoreX/PCXCogs/tree/master/autoroom/README.md)",
|
|
"requirements": [
|
|
"func-timeout",
|
|
"jinja2"
|
|
],
|
|
"tags": [
|
|
"audio",
|
|
"auto",
|
|
"automated",
|
|
"automatic",
|
|
"channel",
|
|
"room",
|
|
"voice"
|
|
],
|
|
"min_bot_version": "3.5.0",
|
|
"min_python_version": [
|
|
3,
|
|
11,
|
|
0
|
|
],
|
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
}
|