Skip to content

Instantly share code, notes, and snippets.

View Fyxren's full-sized avatar
:octocat:
Creating bugs...

Ben Fyxren

:octocat:
Creating bugs...
View GitHub Profile
@Fyxren
Fyxren / keybase.md
Created December 16, 2023 14:53
keybase.md

Keybase proof

I hereby claim:

  • I am fyxren on github.
  • I am fyxren (https://keybase.io/fyxren) on keybase.
  • I have a public key ASDFdsweti5Q2x7LXvuD4tkmYDqxmV-0ifvrd-H41qkCJwo

To claim this, I am signing this object:

@Fyxren
Fyxren / Hypixel-gametypes-array.json
Created June 8, 2021 17:53
The Hypixel gametypes with their data in an object and array. Hypixel API documentation: https://api.hypixel.net/#section/Introduction/GameTypes
[
{
"id": 2,
"typeName": "QUAKECRAFT",
"databaseName": "Quake",
"cleanName": "Quake"
},
{
"id": 3,
"typeName": "WALLS",
@Fyxren
Fyxren / DiscordjsV12-events.md
Created May 26, 2021 13:34
Discord.js V12 Events - Cheetsheet

Discord.js V12 Events

An (updated) overview of all events in discord.js V12 with examples in a gist. (Not tested myself)

This is for educational purposes only, not to just straight up copy-paste. Learn from it.

Discord.js Events: Docs (Last edited: Fri, 02 Apr 2021 11:57:57 GMT)

📢 | Last updated: 26 June 2021

Setup