Skip to content

Instantly share code, notes, and snippets.

View wiesty's full-sized avatar
:shipit:
Leberkas

Wiesty wiesty

:shipit:
Leberkas
View GitHub Profile
@hackermondev
hackermondev / api endpoints.md
Last active May 25, 2025 15:29
discord api endpoints

List of every single Discord API endpoint used on the client

Last updated: August 16, 2023

https://discord.com/api/v9

Endpoint Name path
/* This is an Example for a gallery-item in Elementor Custom CSS with Media Queries for different Elements */
/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
selector .gallery-item img {
object-fit: cover;
height: 18.5em
}
}