Mikołaj Kruczek
Mikołaj Kruczek
The new paste service offers the ability to select specific line when someone sends a link to a paste service with a selected line. In such cases, you can replace...
I think we should add `.jsondb` tag (or other good name) to show why you shouldnt use JSON as database. There is already a message pinned in #discord-bots but i...
```tsx "use client" import { zodResolver } from "@hookform/resolvers/zod" import { useForm } from "react-hook-form" import { z } from "zod" import { Button } from "@/components/ui/button" import { Form,...
- [x] Creating a Discord Bot - [x] Intents - [x] Embeds - [x] Checks - [x] Cooldowns - [x] Custom Context - [x] #21 - [x] Setup Functions -...