Skip to content

Commit

Permalink
Merge pull request #326 from kaklikOf13/Gamerio/Youtuber
Browse files Browse the repository at this point in the history
Add Gamerio Into Youtubers List
  • Loading branch information
hsanger authored Jun 5, 2024
2 parents 10e1a73 + a056bda commit c277147
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 c277147

Please sign in to comment.