From ac1e0c6ba2ed0d6bc6693a200654be18a7566664 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Sun, 29 Aug 2021 05:17:35 -0400 Subject: [PATCH] handy dandy link that you would think woudl be on the bot page --- Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;