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 |
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 |
| id | name | hash | type | |
|---|---|---|---|---|
| recommend_mobile_notice | RECOMMEND_MOBILE_NOTICE | 1486371970 | user | |
| friend_suggestions_new_user | FRIEND_SUGGESTIONS_NEW_USER | 363329543 | user | |
| friend_suggestions_old_user | FRIEND_SUGGESTIONS_OLD_USER | 2977431864 | user | |
| download_mobile_apps_notice_early | DOWNLOAD_MOBILE_APPS_NOTICE_EARLY | 4114369261 | user | |
| download_mobile_apps_notice_medium | DOWNLOAD_MOBILE_APPS_NOTICE_MEDIUM | 856100386 | user | |
| download_mobile_apps_notice_late | DOWNLOAD_MOBILE_APPS_NOTICE_LATE | 943913767 | user | |
| invite_new_invite | INVITE_NEW_INVITE | 2363164837 | user | |
| survey_video_chat | SURVEY_VIDEO_CHAT | 3678716185 | user | |
| search_experiment_dm | DM | 1770646087 | user |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
| <title>Rebane's Discord Colored Text Generator</title> | |
| <meta charset="UTF-8"> | |
| <meta name="description" content="Rebane's Discord Colored Text Generator"> | |
| <meta name="author" content="rebane2001"> | |
| <style> | |
| /* |
Follow steps below. For more information checkout the references.
If something is missing or you find any mistakes, please let me know in the comments below.
| ###################################### | |
| # | |
| # Termux bash.bashrc | |
| # by brainf+ck | |
| # | |
| # Last modified: 2022/06/30 | |
| # | |
| ###################################### | |
| #### Global ########################## |
| //////// | |
| // The vm module lets you run a string containing javascript code 'in | |
| // a sandbox', where you specify a context of global variables that | |
| // exist for the duration of its execution. This works more or less | |
| // well, and if you're in control of the code that's running, and you | |
| // have a reasonable protocol in mind// for how it expects a certain | |
| // context to exist and interacts with it --- like, maybe a plug-in | |
| // API for a program, with some endpoints defined for it that do | |
| // useful domain-specific things --- your life can go smoothly. |
| package goddrinksjava; | |
| /** | |
| * The program GodDrinksJava implements an application that | |
| * creates an empty simulated world with no meaning or purpose. | |
| * | |
| * @author momocashew | |
| * @lyrics hibiyasleep | |
| */ | |