- 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
To create a form use the Dashboard, you are not required to understand json.
Links:
To set up this bot manually you are required to understand JSON and how to create a json file. Learn More
- Visit Pipedream
- Sign in with Google or Github
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 | |
/* |