Skip to content

Commit

Permalink
feat .: Add Gamerio Into Youtubers List
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklikOf13 committed Jun 2, 2024
1 parent 020fc13 commit a056bda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/scripts/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,10 @@ export async function setUpUI(game: Game): Promise<void> {
{
name: "g0dak",
link: "https://www.youtube.com/@g0dak"
},
{
name: "GAMERIO",
link: "https://www.youtube.com/@GAMERIO1"
}
];
const youtuber = pickRandomInArray(youtubers);
Expand Down

0 comments on commit a056bda

Please sign in to comment.