Skip to content

Instantly share code, notes, and snippets.

View Trollicus's full-sized avatar
😎
C#

Trollicus Trollicus

😎
C#
  • Bulgaria
  • 18:50 (UTC +03:00)
View GitHub Profile
public static void Join(string hi)
{
WebClient webClient = new WebClient();
hi = CO_GetFinalRedirect(hi);
hi = hi.Replace("discord.gg/", "");
hi = hi.Replace("https://", "");
hi = hi.Replace("http://", "");
hi = hi.Replace("www.", "");
hi = hi.Replace("discordapp.com/", "");
hi = hi.Replace("invite/", "");