A simple discord.py bot that allows you to paste code to pastes.dev from Discord.
It also has support for personal cross-server bookmarks using SQLite.
Put your bot token in a file called .env:
DISCORD_TOKEN=your_token_hereThen install the dependencies:
pip install -r requirements.txtAnd run the bot:
python main.py