/paste-bot

A simple Discord paste bot for code files

Primary LanguagePython

PasteBot

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.

Setup

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