Skip to content

Instantly share code, notes, and snippets.

View AlmostSuspense's full-sized avatar
🍓

Suspense AlmostSuspense

🍓
View GitHub Profile
@Stalruth
Stalruth / Stage 2022-06-25.md
Last active March 13, 2023 03:28
The June 2022 Discord Developer Stage

Recording by @Wolfhound905

User Survey

  • Sets context for API and App updates
  • Survey was sent out to bot users
  • 60% of respondents have used Slash Commands; this went up over time
  • 50% of users say the main reason they like Slash Commands is Discoverability
    • Incl. features such as Autocomplete and Message Components
  • Top two features users struggle with
@Antouto
Antouto / forms.md
Last active March 10, 2025 14:26
Create custom forms for your discord server and send submissions to a channel of your choice using webhooks
@ItsRauf
ItsRauf / getting-started.md
Last active April 13, 2022 08:20
Pipedream tutorial
  • Visit Pipedream
  • Sign in with Google or Github

signup

@advaith1
advaith1 / top bots.md
Last active April 20, 2025 21:44
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,300,000 Custom Python
2 Rythm 🪦 15,200,000 JDA
3 carl-bot 🅱️ 10,900,000 Pycord
4 Groovy 🪦 10,100,000 JDA, Discord4J
5 Dyno
// Discord all events!
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!)
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client
// Learn from this, do not just copy it mofo!
//
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584
// Last Updated -> Halloween 2022
/*