add role_manager cog

This commit is contained in:
2026-04-14 15:25:26 +00:00
parent cad6bcb91a
commit 193b5ad440
2 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"description": "(Usage is Admin Only) Role system manager",
"usages": [
"setup_role_menu",
"add_role <emoji> <@role>",
"remove_role <emoji>",
"edit_menu_text <new_text>"
],
"hidden": false,
"CHANNEL_ID": 1489648316211007629,
"MESSAGE_ID": 1493631125732720650,
"MENU_TITLE": "Server Roles",
"ROLE_MESSAGE_TEXT": "Click the reactions below to claim your roles",
"REACTION_ROLES": {
"🎮": 9876543210,
"🎨": 1122334455
}
}