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 May 11, 2024 15:13
Create custom forms for your discord server and send submissions to a channel of your choice using webhooks

Bot Invite Link: https://discord.com/api/oauth2/authorize?client_id=942858850850205717&permissions=536873984&scope=bot%20applications.commands

Support Server: https://discord.gg/FmscrYrzZP

Creating a form

To set up this bot you are required to understand JSON and how to create a json file. Learn More If you do not you can use this site to help you: https://form-builder.pages.dev/

The /form create command sends a message that has buttons which when clicked by the user open different forms. You will provide your configuration for the forms and the message in the json parameter of the command as a json file attachement. You can create a blank text file, paste in the json and change the files ending to .json or you can create a json file in vscode. Whatever works for you.

@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 June 21, 2024 20:20
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,600,000 Custom Python
2 Rythm 🪦 15,200,000 JDA
3 Groovy 🪦 10,400,000 JDA, Discord4J
4 carl-bot 🅱️ 9,770,000 Pycord
5 ProBot
// 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
/*