A web scraping project in progress using Jsoup 🍵
You can add the discord Bot to your server via the following link: https://discord.com/api/oauth2/authorize?client_id=1144679802998104156&permissions=8&scope=bot
NOTE : If you want to use the discord bot , within the /discord folder create a class called DiscordToken
package discord;
public class DiscordToken {
public final static String token = "";
}
and provide your own token from the discord Developer Portal.
