feat(ui): BOTS section in member list
Members API appends server bots (is_bot). Sidebar groups ONLINE / OFFLINE / BOTS. Bots get green BOT badge, no kick menu or profile. Mentions and DMs skip bots.
This commit is contained in:
@@ -9,6 +9,8 @@ export interface Member {
|
||||
avatar: string;
|
||||
status: "online" | "idle" | "dnd" | "offline";
|
||||
status_text: string;
|
||||
is_bot?: boolean;
|
||||
bot_type?: string;
|
||||
}
|
||||
|
||||
interface MemberState {
|
||||
|
||||
Reference in New Issue
Block a user