diff --git a/Program.cs b/Program.cs index 98d1c17..d08f1d2 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,5 @@ -using System; +//https://discord.com/api/oauth2/authorize?client_id={application id}&permissions=0&scope=bot%20applications.commands +using System; using System.IO; using System.Linq; using System.Text.RegularExpressions;