Bookmarker is a Discord bot built with Carbon by Codeize that allows users to bookmark messages they find interesting or important, making it easy to revisit them later.
- Create a
.dev.vars
file with the following variables:
BASE_URL="your-base-url"
DEPLOY_SECRET="your-deploy-secret"
DISCORD_CLIENT_ID="your-client-id"
DISCORD_PUBLIC_KEY="discord-public-key"
DISCORD_BOT_TOKEN="your-bot-token"
- Install dependencies:
bun install
- Start the development server:
bun run dev
Right click on a message -> Apps -> Bookmark
- The meat and potatoes of the bot, allowing you to bookmark messages./help
- Basic information about Bookmarker and its functionality.
MIT