Files
stoat_role_bot/config/roles.json.example
T
Dawnsorrow 09e3b6ca66
Build and Push Image / build (push) Has been cancelled
Initial commit: Stoat Role Bot
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 19:45:26 -06:00

18 lines
293 B
JSON

{
"servers": {
"YOUR_SERVER_ID": {
"reaction_roles": {
"MESSAGE_ID": {
"👍": "Notifications",
"🔔": "Announcements"
}
},
"assignable_roles": [
"Notifications",
"Announcements",
"Gamer"
]
}
}
}