diff options
| author | Fuwn <[email protected]> | 2026-05-02 12:08:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-05-02 12:08:33 +0000 |
| commit | 056e823e0f86303820778d3d8fa2c026b7d61f5f (patch) | |
| tree | 50a3215f219f84939bbe5ac1bae8dc525fa5fa27 | |
| parent | feat(interactions:server): Allow moderators to use role command with general ... (diff) | |
| download | umabotdiscord-main.tar.xz umabotdiscord-main.zip | |
| -rw-r--r-- | packages/interactions/server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/interactions/server.ts b/packages/interactions/server.ts index 890acf4..91fea0d 100644 --- a/packages/interactions/server.ts +++ b/packages/interactions/server.ts @@ -60,6 +60,7 @@ const ALLOWED_ROLE_IDS: readonly string[] = [ "1418391675050528879", // Roleplay NSFW "1416917764546756618", // Quote Curator "1419243376938582057", // Event Planner + "1494615201365098598", // Prisoner // Tracen Academy "1434710765604049027", // Certified Trainer |