diff options
| author | Fuwn <[email protected]> | 2025-09-13 17:31:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-13 17:31:29 -0700 |
| commit | 17ab4f86e2ba44898dc5a46b52e362abe35537c1 (patch) | |
| tree | c200d1172ad8c524e0a71356572ecf39f969c8ba /src/server.ts | |
| parent | refactor(server): Move role distribution embed to embeds module (diff) | |
| download | umabotdiscord-17ab4f86e2ba44898dc5a46b52e362abe35537c1.tar.xz umabotdiscord-17ab4f86e2ba44898dc5a46b52e362abe35537c1.zip | |
fix(server): Correct colour role IDs
Diffstat (limited to 'src/server.ts')
| -rw-r--r-- | src/server.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/server.ts b/src/server.ts index 2252ea7..c8968a5 100644 --- a/src/server.ts +++ b/src/server.ts @@ -45,13 +45,13 @@ const COLOR_ROLE_IDS = [ "1414456352167825490", // Oguri Cap Buttermilk "1414541675396862012", // Kitasan Black Sable "1415083621152460832", // Tokai Teio Royal Blue - "1415539544232824913", // Aston Machan Sienna - "1415567915578818723", // Super Creek Baby Blue - "1415592658906124338", // Sakura Bakushin O Lilac - "1415593126273224795", // El Condor Pasa Biscotti - "1415797242845200475", // Still in Love Crimson - "1415868433714778204", // Mayano Top Gun Navy Blue - "1415868433714778205", // Mr. C.B. Forest Green + "1415520343690575883", // Aston Machan Sienna + "1415539100315942962", // Super Creek Baby Blue + "1415539544232824913", // Sakura Bakushin O Lilac + "1415567915578818723", // El Condor Pasa Biscotti + "1415592658906124338", // Still in Love Crimson + "1415593126273224795", // Mayano Top Gun Navy Blue + "1415797242845200475", // Mr. C.B. Forest Green ]; const sendComplaintToChannel = async ( |