Skip to content

btarg/paste-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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