feat: add Discord role mention support to routes

This commit is contained in:
RhenCloud 2026-08-11 15:48:44 +08:00
parent 869d84d78c
commit 76ba2c0a89
17 changed files with 201 additions and 14 deletions

View file

@ -22,6 +22,7 @@ export interface Route {
groupId?: string;
fallback?: boolean;
stop?: boolean;
discordRoleIds?: string[];
}
export interface Group {