Skip to content

Instantly share code, notes, and snippets.

View mesalytic's full-sized avatar
🏠
Working from home

Alice mesalytic

🏠
Working from home
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 9, 2024 20:15
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@Vap0r1ze
Vap0r1ze / discord_oauth2.md
Last active April 7, 2024 14:54
Discord OAuth2 Flow

Discord OAuth2

Step 1

You: Redirect User to https://discordapp.com/api/oauth2/authorize

Query Params
name value
client_id Your application's Client ID
scope A list of scopes, delimited by spaces
redirect_uri The uri to send the user after authorization