Skip to content

Commit

Permalink
add some missing repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 24, 2024
1 parent ceb8458 commit fbd0463
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/services/discord/modules/webhook-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,13 @@ export default (bot: DiscordBot): void => {
});

const REPO_SERVER_MAP: [repo: string, servers: number[]][] = [
["terrortown_modding", [3]],
// maybe move this to a config?
["Lumiens-Map-Vote", [3]],
["MTA-Gamemode", [3]],
["terrortown_modding", [3]],
["ttt_player_tumbler", [3]],
["ttt_ragmod", [3]],
["TTT2", [3]],
["Lumiens-Map-Vote", [3]],
];

GitHub.on("push", async event => {
Expand Down

0 comments on commit fbd0463

Please sign in to comment.