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_here
Then install the dependencies:
pip install -r requirements.txt
And run the bot:
python main.py