Skip to content

Instantly share code, notes, and snippets.

View peakh's full-sized avatar
🍉

Noah peakh

🍉
View GitHub Profile
@melmsie
melmsie / cards.ts
Last active January 10, 2025 01:54
Dank Memer Blackjack Command Files
import * as Constants from './constants';
const randomInArray = <T>(arr: readonly T[]): T =>
arr[Math.floor(Math.random() * arr.length)];
export interface Card {
suit: typeof Constants.SUITS[number];
face: typeof Constants.FACES[number];
baseValue: number;
};
@advaith1
advaith1 / top bots.md
Last active June 13, 2025 07:20
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,300,000 Custom Python
2 Rythm 14,900,000 JDA
3 carl-bot 🅱️ 12,100,000 Pycord
4 Dyno 10,600,000 Eris
5 Midjourney Bot