From a8c33f2f86e1cd6f0c0fbfb306e2d98037d23c26 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 5 Dec 2021 04:07:14 -0500 Subject: [PATCH] Update README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd0a217..53cf8f4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project is intended to allow users in discord to be able to listen to their ## Setup 1. Install Python 3.X -2. Install the pip packages found in the 'Requirements.txt' file +2. Install the pip packages found in the ```Requirements.txt``` file 3. Run ```main.py``` with Python 4. Follow the prompts in the terminal @@ -16,6 +16,7 @@ To change the audio source, simply delete the ```config.ini``` that was generate It will re-do the setup and allow you to select a new device. ### To-Do -- Interact with soapysdr directly from the bot - - Allow chat interaction with soapysdr -- Transcode radio transmissions to text +- [x] Move cogs to their own files +- [ ] Interact with soapysdr directly from the bot + - [ ] Allow chat interaction with soapysdr +- [ ] Transcode radio transmissions to text