Getting credentials for your Discord Activity

Getting credentials for your Discord Activity

Discord Activities are awesome! They run inside Discord and can do all sorts of cool things like games, quizzes, and more. But to get started, you need to authenticate your activity with Discord.

This guide will show you how to get your credentials and start building your activity.

Create a Discord application

To get started, you need to create a new Discord application. This will give you access to the Discord API and allow you to authenticate your activity.

Go to the Discord Developer Portal.
Click on “New Application” and give your application a name.
Click on “Create” to create your new application.

Click on “OAuth2” in the sidebar

Once you’ve created your application, click on “OAuth2” in the sidebar. This has all the stuff you need to authenticate your activity.

Here, you can find your “Client ID” and “Client Secret”. You’ll need these to authenticate your activity with Discord. You may need to click on “Reset Secret” to generate a new secret.

Go ahead and copy them to your project!

That’s it!

That’s all you need to get your credentials for your Discord Activity. Now you can start building your activity and authenticate it with Discord. Have fun! 🎉

Leave a Reply

Your email address will not be published. Required fields are marked *