Custom Discord RPC mod for gorilla tag
Creating a Discord Application:
Visit the Discord Developer Portal at https://discord.com/developers/applications. Click on the "New Application" button to create a new Discord application. Provide a name for your application. After creating the application, you'll be redirected to the dashboard for your newly created application. Setting up OAuth2:
On the dashboard of your application, locate and click on the "OAuth2" tab.
Copy the "Client ID" from the "General Information" tab, as it will be required for configuration.
Integrating with Your Application:

Replace the existing "application id" in your Bepinex configuration file with the "Client ID" you copied earlier from the Discord Developer Portal.

Setting up Rich Presence:
Go to the "Rich Presence" tab in the Discord Developer Portal.
Here, you can add images or other assets by uploading them under the "Art Assets" section.
The names you assign to these images will serve as keys for referencing them later in your code.
