Discord bot for bookmarking messages.
-
Set up your Discord bot token in one of two ways:
-
Set an env variable named
BOOKMARK_BOT_DISCORD_TOKEN
to your token. -
Create a file named
.env
in the directory you are running the bookmarker bot from containingTOKEN=
followed by your token.
-
-
Run the bot:
cargo run --release
-
React to a message with the
:bookmark:
(🔖
) emoji. -
The bot will send you a DM containing the full contents of the message including any embeds and information about it.
-
React to a bookmarked message in DMs with
:x:
(❌
). -
The bot will delete the message from your DMs.