Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 441 Bytes

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