Skip to content

Instantly share code, notes, and snippets.

View aamiaa's full-sized avatar

Amia aamiaa

View GitHub Profile
@advaith1
advaith1 / nitro.md
Created May 4, 2023 01:06
Discord Nitro Subscription Links
@Dziurwa14
Dziurwa14 / codes.md
Last active May 10, 2024 04:52
Discord error codes

Error Codes

All collected Discord error codes, categorized by type (first 2 digits).

Miscellaneous

Code Message
0 General error (such as a malformed request body, amongst other things)

Unknown API object

@XYZenix
XYZenix / experiments.csv
Last active May 10, 2024 14:14
discord experiments
id name hash type
channel_categories 2070146447
recommend_mobile_notice RECOMMEND_MOBILE_NOTICE 1486371970
report-experiment Report Experiment 2207596622 user
survey_video_chat SURVEY_VIDEO_CHAT 3678716185
search_experiment_dm 1770646087
search_experiment_dm_canary 612745901
search_experiment_guild 2512661867
search_experiment_guild_2 2937879064
search_experiment_guild_canary 3007049259
@Rerumu
Rerumu / luau_in_luau.lua
Last active May 6, 2024 21:59
Luau translated to Luau, as a Studio compatible script
This file has been truncated, but you can view the full file.
-- Roblox's Luau as a Luau script
-- Translated using https://github.com/Rerumu/Wasynth
local luau_script = [[
print("Hello, World!")
]]
local Integer = (function()
local Numeric = {}