feat: add password protection cog for channels

Adds new Discord bot cog enabling password-protected channels.
Includes verification, channel management, whitelist/blacklist,
and admin password recovery features.
This commit is contained in:
2025-09-11 17:22:36 -04:00
parent 5ed8002b40
commit 859ac84b68
3 changed files with 381 additions and 0 deletions

10
pp/info.json Normal file
View File

@@ -0,0 +1,10 @@
{
"author": ["kitsunic"],
"description": "A cog for password protected channels",
"end_user_data_statement": "This cog stores user, avatar, and guild data. A simple delete request to bot to remove your data or guild data",
"install_msg": "Thanks for installing & testing.",
"min_bot_version": "3.5.0",
"short": "A pwd channel protection cog",
"tags": ["embed"],
"type": "COG"
}