All collected Discord error codes, categorized by type. See on Userdoccers.
| Code | Message |
|---|---|
| 10001 | Unknown Account |
| 10002 | Unknown Application |
| 10003 | Unknown Channel |
| 10004 | Unknown Guild |
| class RepositoryNamespace<Entity = string, Metadata = {}> { | |
| private readonly ns: string | |
| private readonly kv: KVNamespace | |
| constructor(kv: KVNamespace, namespace: string) { | |
| this.ns = namespace | |
| this.kv = kv | |
| } | |
| put(key: string, entity: Entity) { |
Moved to https://api.fmhy.net
This is a nonexhaustive summary of the DDevs Q&A stage. Most of the points below are paraphrased for brevity. Ephasis is my own unless explicitly stated, and my opinions on certain things may shine through. Please refer to a VOD of the stage for the exact wording from the Discord Developers.
- App Discoverability (partially released)
- making it easier to find useful fun bots.
- Part of this was the "Add to Server" Button.
- Verification is not required for adding the button.
Hello! I'm Amish (also known as hydrabolt), and I am the creator of discord.js.
I created discord.js as a hobby/learning project for myself in August 2015 while I was still a teenager in school.
More than 6 years later, discord.js has become more popular than I could ever imagine, and I cannot express how grateful I am to the other contributors and the community for this amazing experience.
A few of my favourite highlights include:
- The countless voice rewrites (I think we're done with that now 😉)
- The April Fools' traditions
| """ | |
| My license: | |
| PLEASE PLEASE PLEASE DO NOT COPY PASTE THIS CODE. | |
| Steal all = Give credit or not and star or not = Me Cri :( | |
| Steal some = Give some credit or star = Me happy :) | |
| Steal some = Give no credit and no star = Me Cri :( | |
| At least star this gist if you want to take some of the code for inspration. |
It's come to my attention that some people have been spamming issue trackers with a link to this gist. While it's a good idea to inform people of the situation in principle, please do not do this. By all means spread the word in the communities that you are a part of, after verifying that they are not aware yet, but unsolicited spam is not helpful. It will just frustrate people.
A number of things have happened since the last update.
| let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]); | |
| var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default; | |
| var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes); | |
| var user = UserStore.getCurrentUser(); | |
| actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({ | |
| type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [], | |
| }); | |
| actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN(); | |
| webpackChunkdiscord_app.pop(); user.flags &= ~1; "done"; |
