Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 324 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 324 Bytes

d2

setup

#	a hastily constructed supybot replacement that is in no way
#	as capable of supybot

#	install

# clone and cd obv

virtualenv -p python3 .

source bin/activate

pip install discord.py

cp credentials.example.json credentials.json

#	obviously put your key into credentials file

python runner.py