Skip to content

Commit

Permalink
update discord URI
Browse files Browse the repository at this point in the history
  • Loading branch information
goshhhy committed Oct 31, 2024
1 parent 096afaa commit 3e70d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menus/v_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ void OpenMOTDMenu (edict_t *ent)

menu_add_line(ent, "Message of the Day", MENU_GREEN_CENTERED);
menu_add_line(ent, " ", 0);
menu_add_line(ent, "Join us on Discord!", MENU_WHITE_CENTERED);
menu_add_line(ent, "discord.gg/bX7Updq", MENU_GREEN_CENTERED);
menu_add_line(ent, "Join our NEW Discord!", MENU_WHITE_CENTERED);
menu_add_line(ent, "discord.gg/9b4VnWryJz", MENU_GREEN_CENTERED);
menu_add_line(ent, " ", 0);
menu_add_line(ent, "Rules", MENU_GREEN_CENTERED);
menu_add_line(ent, "- No racism, sexism, or", 0);
Expand Down

0 comments on commit 3e70d9f

Please sign in to comment.