Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.31 KB

File metadata and controls

44 lines (29 loc) · 1.31 KB

Bookmarker

Bookmarker Banner

Discord GitHub Stars

License: MIT Carbon Version

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.

Setup

  1. 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"
  1. Install dependencies:
bun install
  1. Start the development server:
bun run dev

Commands

  • 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.

License

MIT