Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove autoplay when `stop` command is run | Parker | 2024-04-14 | 1 | -0/+1 | |
| | ||||||
* | Create/Implement `CheckPlayerError` error class | Parker | 2024-04-14 | 3 | -9/+16 | |
| | ||||||
* | Prefer YT over DZ | Parker | 2024-04-13 | 3 | -12/+12 | |
| | ||||||
* | Delete guild_id from autoplay list on queue ending | Parker | 2024-04-13 | 1 | -0/+1 | |
| | ||||||
* | Fix skip command showing wrong song info | Parker | 2024-04-12 | 1 | -3/+6 | |
| | | | | Would occasionally show the incorrect song as the song currently playing once the skip command ran. Should be fixed now. | |||||
* | Increase skip command sleep time | Parker | 2024-04-12 | 1 | -1/+1 | |
| | ||||||
* | Prefer Deezer search | Parker | 2024-04-12 | 3 | -12/+12 | |
| | ||||||
* | Add description for `command` argument | Parker | 2024-04-12 | 1 | -0/+1 | |
| | ||||||
* | Add autoplay to help command | Parker | 2024-04-12 | 1 | -0/+8 | |
| | ||||||
* | Add more autoplay songs when queue gets low | Parker | 2024-04-12 | 1 | -0/+11 | |
| | ||||||
* | Create autoplay feature | Parker | 2024-04-12 | 3 | -0/+170 | |
| | | | | Use ChatGPT to get song recommendations based on current song queue. | |||||
* | Add OPENAI_API_KEY | Parker | 2024-04-12 | 3 | -1/+8 | |
| | | | | Preparation for autoplay feature using ChatGPT | |||||
* | Remove SoundCloud searching | Parker | 2024-04-12 | 1 | -4/+4 | |
| | | | | SoundCloud was returning too many tracks that were not as expected (weird versions/recordings/cover artists, etc.) so it has been removed. | |||||
* | Update application.yml.example | Parker | 2024-04-12 | 1 | -2/+4 | |
| | ||||||
* | Accept `black` code reformats | Parker | 2024-04-11 | 2 | -13/+16 | |
| | ||||||
* | Ignore `count.db` file | Parker | 2024-04-11 | 1 | -1/+2 | |
| | ||||||
* | Keep track of # of times commands are run | Parker | 2024-04-11 | 2 | -0/+71 | |
| | ||||||
* | Update help command | Parker | 2024-04-10 | 1 | -63/+160 | |
| | ||||||
* | Add `%` symbol for load metric | Parker | 2024-04-09 | 1 | -1/+1 | |
| | ||||||
* | Make YouTube/Apple Music messages ephemeral | Parker | 2024-04-09 | 1 | -2/+2 | |
| | ||||||
* | Remove `CreatePlayerError` just go back to `AppCommandError` | Parker | 2024-04-09 | 2 | -12/+6 | |
| | ||||||
* | Update README.md | Parker | 2024-04-09 | 1 | -3/+2 | |
| | ||||||
* | Remove Spotify and YouTube from Lavalink config | Parker | 2024-04-09 | 1 | -17/+4 | |
| | ||||||
* | Update config.ini.example with spotify info | Parker | 2024-04-09 | 1 | -0/+2 | |
| | ||||||
* | Catch `LoadError` when skipping tracks | Parker | 2024-04-09 | 1 | -2/+8 | |
| | ||||||
* | Catch new `CreatePlayerError` and `LoadError` | Parker | 2024-04-09 | 1 | -4/+17 | |
| | ||||||
* | Add new spotify variables | Parker | 2024-04-09 | 2 | -0/+12 | |
| | ||||||
* | Change Spotify support to use custom source | Parker | 2024-04-09 | 3 | -41/+263 | |
| | ||||||
* | Use custom `CreatePlayerError` | Parker | 2024-04-09 | 1 | -5/+10 | |
| | ||||||
* | Remove YT support | Parker | 2024-04-09 | 1 | -9/+20 | |
| | ||||||
* | Fix `players` stats and add `load` percentage | Parker | 2024-04-08 | 1 | -1/+1 | |
| | ||||||
* | Remove unused import | Parker | 2024-04-03 | 1 | -1/+0 | |
| | ||||||
* | Move `user_count.py` to `info.py` in `owner` folder | Parker | 2024-04-03 | 1 | -3/+4 | |
| | ||||||
* | Delete old `cog_commands.py` | Parker | 2024-04-03 | 1 | -36/+0 | |
| | ||||||
* | Move `tree_sync.py` into `owner` folder | Parker | 2024-04-03 | 1 | -0/+0 | |
| | ||||||
* | Load cogs within cogs/owner | Parker | 2024-04-03 | 1 | -0/+3 | |
| | ||||||
* | Separate cog_commands.py and move into new folder | Parker | 2024-04-03 | 2 | -0/+44 | |
| | ||||||
* | Create requirements.txt | Parker | 2024-04-02 | 1 | -0/+4 | |
| | ||||||
* | Add `help` command | Parker | 2024-04-02 | 1 | -0/+89 | |
| | ||||||
* | Black code reformat | Parker | 2024-04-02 | 1 | -1/+3 | |
| | ||||||
* | Add BOT_INVITE_LINK config option | Parker | 2024-04-02 | 3 | -0/+11 | |
| | ||||||
* | Remove unused variable | Parker | 2024-04-02 | 1 | -1/+0 | |
| | ||||||
* | Exit when config.ini errors are found | Parker | 2024-04-02 | 1 | -0/+8 | |
| | ||||||
* | Merge branch 'main' of https://github.com/PacketParker/Guava | Parker | 2024-04-02 | 1 | -1/+1 | |
|\ | ||||||
| * | Update README.md | Parker | 2024-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | Combine forms into 1 file | Parker | 2024-04-02 | 4 | -112/+105 | |
| | | ||||||
* | | Add bug report command | Parker | 2024-04-02 | 5 | -1/+63 | |
| | | ||||||
* | | Add feedback command | Parker | 2024-04-02 | 5 | -4/+72 | |
|/ | ||||||
* | Add Terms of Service | Parker | 2024-04-02 | 1 | -0/+3 | |
| | ||||||
* | Add Privacy Policy | Parker | 2024-04-02 | 1 | -0/+3 | |
| |