handy dandy link that you would think woudl be on the bot page

This commit is contained in:
Adam R. Grey 2021-08-29 05:17:35 -04:00
parent fa48d9695f
commit ac1e0c6ba2

View File

@ -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.IO;
using System.Linq; using System.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;