feat: add /admin command to list room admins #64
Reference in New Issue
Block a user
Delete Branch "feat/issue-50-list-room-admins"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement /admin command as specified in issue #50:
Room Admins:\n- @user1\n- @user2No admins configured for this room.if none existChanges
apps/telegram-bot/commands.py: Addcmd_adminfunctionapps/telegram-bot/bot.py: RegisterCommandHandler("admin", cmd_admin)and add to command menuTesting
Closes #50
Pull request closed