Skip to content

Instantly share code, notes, and snippets.

View GodderE2D's full-sized avatar

GodderE2D GodderE2D

View GitHub Profile
@GodderE2D
GodderE2D / NOTICE.md
Last active November 7, 2023 02:30
What happened to [GodderE2D]#7290 Discord account as of April 27, 2022

[GodderE2D]#7290 has been officially permanently deleted, as of May 27th, 2022 at 6:50 AM AEST

New Discord account: thee2d

Learn more here: https://godder.xyz/blog/the-story-of-how-my-discord-account-got-disabled

What happened to [GodderE2D]#7290 Discord account as of April 27, 2022?

ℹ️ Please see the revision history on this gist to know when this was last edited.

@GodderE2D
GodderE2D / discord_official_domains.md
Created September 7, 2021 09:48
List of Discord Official Web Domains

Discord Official Web Domains

Listed below are the web domains that Discord currently own. If you see a link sending you to a domain that claims is a "Discord owned website", check if it is one of the below domain names! If it's not, assume it's a scam and report it.

Note: This is not an exhaustive list, there may be some missing domains that Discord owns, but there are no domains listed here that aren't owned by Discord.

@almostSouji
almostSouji / 01_intro.md
Last active December 27, 2023 10:24
Discord.js: Collections but Cookies

Discord.js Collections explained with cookies

Intro

I keep seing people that have issues with understanding our Collection class.

Note

Boiled down to essentials, Collection just extends the base JavaScript Map class with Array-like methods.

If that's enough for you to understand, you can stop reading here.