Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 279 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 279 Bytes

Lantern Radio

An online radio bot, and more!

config.toml

token = ""
testing_guild_ids = []

[lavalink]
host = "127.0.0.1"
port = 2333
password = ""

Running

pip install -r requirements.txt # requirements.txt will be added later

python main.py