Skip to content

Instantly share code, notes, and snippets.

View Zaid-maker's full-sized avatar
♥️
I Stand with Palestine 🇵🇸 💯

DevMirza Zaid-maker

♥️
I Stand with Palestine 🇵🇸 💯
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active May 9, 2024 03:42
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

Note

This no longer works if you're alone in vc! Somebody else has to join you!

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
@adrianhajdin
adrianhajdin / CommunityCard.tsx
Last active May 6, 2024 15:07
Build and Deploy a Full Stack MERN Next.js 13 Threads App | React, Next JS, TypeScript, MongoDB
import Image from "next/image";
import Link from "next/link";
import { Button } from "../ui/button";
interface Props {
id: string;
name: string;
username: string;
imgUrl: string;