Skip to content

Instantly share code, notes, and snippets.

View userbyte's full-sized avatar
🧑‍💻
writing shitty code

userbyte userbyte

🧑‍💻
writing shitty code
View GitHub Profile
@userbyte
userbyte / selects_or_dropdowns.md
Created December 2, 2022 17:57 — forked from lykn/selects_or_dropdowns.md
A gist explaining the right way to make drop down menus/select menus/selects in discord.py v2(version 2.0.0a)

Note: Before we go any further. Let me make this real clear that the following gist uses the OFFICIAL discord.py library and not forks like discord_components, nextcord, etc... So when your using this code but a different library and fuck up don't comment something mean or go to a help channel in the server and say "this gist is misleading" or "bad gist who wrote this" when your at fault, trust me I'm going to fuck you up😅

Just a reminder^^

Related Links:

DPY's Docs

Discord's Docs