Skip to content

Commit 05e45e6

Browse files
Techbot121Meta Construct
authored andcommitted
add #4
1 parent c084bfe commit 05e45e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/services/discord/modules/webhook-handler.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ const SERVER_EMOJI_MAP = {
8888
};
8989

9090
const REPO_SERVER_MAP = new Map([
91-
["Lumiens-Map-Vote", [3]],
92-
["MTA-Gamemode", [3]],
93-
["terrortown_modding", [3]],
94-
["ttt_player_tumbler", [3]],
95-
["ttt_ragmod", [3]],
96-
["TTT2", [3]],
91+
["Lumiens-Map-Vote", [3, 4]],
92+
["MTA-Gamemode", [3, 4]],
93+
["terrortown_modding", [3, 4]],
94+
["ttt_player_tumbler", [3, 4]],
95+
["ttt_ragmod", [3, 4]],
96+
["TTT2", [3, 4]],
9797
]);
9898

9999
const isRemoteMergeCommit = (message: string) =>

0 commit comments

Comments
 (0)