forked from rejnronuz/muzovkant-cogdump
add role_manager cog
This commit is contained in:
18
cogs/role_manager/config.json
Normal file
18
cogs/role_manager/config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user