From a5016c3ea6268dc43ff7bf322bfe244e34754bbd Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 27 Dec 2021 03:33:06 -0500 Subject: [PATCH] Updated README.md --- README.md | 17 +---------------- TODO.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index e30adf7..6b254a7 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,4 @@ Voicemeeter is **highly** recommended for this bot. See a detailed guide on how To change the audio source, simply delete the ```config.ini``` that was generated and restart the bot. It will re-do the setup and allow you to select a new device. -### To-Do -- [ ] Get more training data for WillieTimer - - [ ] Use the ```Phrases.txt``` file as the random seed? - - [ ] Figure out a way to give the model a suggestion -- [ ] Add command line args with argparse -- [ ] Add method for user to change audio device without redoing entire config file -- [ ] Interact with soapysdr directly from the bot - - [ ] Allow chat interaction with soapysdr -- [ ] Transcode radio transmissions to text -- [x] Move cogs to their own files -- [X] Add a disable function for cogs -- [X] Send a message details of digital comms - - [X] Send only one message at join and update this message with details of digital comms -- [X] Update WillieTimer with replies to all msgs - - [X] Add saving of changes to mention and channel - - [X] Add a pool of responses to 4:20 \ No newline at end of file +### [To-Do](https://git.vpn.cusano.net/Discord_Bot_Gang/Discord-Radio-Bot/src/branch/master/TODO.md) \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..cf1f695 --- /dev/null +++ b/TODO.md @@ -0,0 +1,16 @@ +### To-Do +- [ ] Get more training data for WillieTimer + - [ ] Use the ```Phrases.txt``` file as the random seed? + - [ ] Figure out a way to give the model a suggestion +- [ ] Add command line args with argparse +- [ ] Add method for user to change audio device without redoing entire config file +- [ ] Interact with soapysdr directly from the bot + - [ ] Allow chat interaction with soapysdr +- [ ] Transcode radio transmissions to text +- [x] Move cogs to their own files +- [X] Add a disable function for cogs +- [X] Send a message details of digital comms + - [X] Send only one message at join and update this message with details of digital comms +- [X] Update WillieTimer with replies to all msgs + - [X] Add saving of changes to mention and channel + - [X] Add a pool of responses to 4:20 \ No newline at end of file