- automod commands
- channel commands
- name
- topic
- thread name
- overwrites
- invite
- typing event
- user commands
- nickname
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
- 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
| Rank | Bot | Approximate Server Count | Library |
|---|---|---|---|
| 1 | MEE6 | 21,300,000 | Custom Python |
| 2 | Rythm | 14,900,000 | JDA |
| 3 | carl-bot |
12,100,000 | Pycord |
| 4 | Dyno | 10,600,000 | Eris |
| 5 | Midjourney Bot |
This file contains hidden or 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 | |
| /* |
