/admin remove @username - remove admin #52

Closed
opened 2026-04-04 06:46:00 +02:00 by shoko · 0 comments
Owner

Objective

Add ability to remove admin via /admin remove @username.

Behavior

/admin remove @username

Removes the specified user from admin list for the room.

Success Message

✅ @username is no longer an admin.

Error Cases

  • User not an admin: ⛔ @username is not an admin.
  • Non-admin trying to remove: ⛔ Only admins can perform this action.

Permissions

  • Admin-only

Dependencies

  • #43 (service layer must be done first)
## Objective Add ability to remove admin via `/admin remove @username`. ## Behavior ``` /admin remove @username ``` Removes the specified user from admin list for the room. ### Success Message ``` ✅ @username is no longer an admin. ``` ### Error Cases - User not an admin: `⛔ @username is not an admin.` - Non-admin trying to remove: `⛔ Only admins can perform this action.` ### Permissions - Admin-only ## Dependencies - #43 (service layer must be done first)
shoko added this to the Phase 2 milestone 2026-04-04 06:46:00 +02:00
shoko added the telegram-botphase-2 labels 2026-04-04 06:46:00 +02:00
han was assigned by shoko 2026-04-04 06:46:00 +02:00
shoko closed this issue 2026-04-04 15:32:44 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#52