Skip to content

Instantly share code, notes, and snippets.

View MaskDuck's full-sized avatar
💭
currently sorting out stuff IRL

MaskDuck MaskDuck

💭
currently sorting out stuff IRL
View GitHub Profile
@lykn
lykn / buttons.md
Last active July 16, 2024 11:00
A gist which shows/tells you how to make buttons using 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

nothing here

@dtr2300
dtr2300 / nvim-events.md
Last active July 22, 2024 15:49
Overview of Nvim Events

Nvim Events

Nvim recognizes the following events. Names are case-insensitive.

BufAdd
Just after creating a new buffer which is
added to the buffer list, or adding a buffer