Skip to content

Instantly share code, notes, and snippets.

View louislemsic's full-sized avatar
🦊
Setting up everything.

Louis Lemsic louislemsic

🦊
Setting up everything.
View GitHub Profile
@devhammed
devhammed / countries.json
Last active April 22, 2025 09:50
Countries with Name, Dial Code, Emoji Flag and ISO Code
[
{
"name": "Afghanistan",
"flag": "🇦🇫",
"code": "AF",
"dial_code": "+93"
},
{
"name": "Åland Islands",
"flag": "🇦🇽",
// 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
/*