Skip to content

Commit

Permalink
discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 26, 2023
1 parent fa7d33a commit 36b9f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
if(tgui_alert(src, "This will open the discord in your browser. Are you sure?", "Confirm", list("Yes", "No")) != "Yes")
return

src << link("https://discord.gg/v6P6wns5dN")
src << link("https://discord.gg/pve-cmss13")
return

/client/verb/github()
Expand Down
2 changes: 1 addition & 1 deletion interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ window "infowindow"
text-align = center
font-weight = bold
saved-params = "is-checked"
text = "discord.gg/v6P6wns5dN"
text = "discord.gg/pve-cmss13"
command = "discord"

window "outputwindow"
Expand Down

0 comments on commit 36b9f26

Please sign in to comment.