Skip to content

Instantly share code, notes, and snippets.

View face-hh's full-sized avatar
🫡
pushing the boundaries

Face face-hh

🫡
pushing the boundaries
View GitHub Profile
x,y,cx,cy,dx,
dy,n,f[8][16]
,b[8][16];main
(){f[0][1]=1;
f[1][2]=1;f[2
][0]=1;f[2][1
]=1;f[2][2]=1
;for(;;){for(cy
=0;cy<8;++cy){
@Iliannnn
Iliannnn / Discord.js-v14-Events.md
Last active June 4, 2025 04:05
Discord.js v14 Events - Cheatsheet

Discord.js v14 Events

An overview of all events in Discord.js v14 with examples.

📢 | Last updated: 27 July 2022

ℹ️ | client references to your client instance.

ℹ️ | The v13 overview can be found here.