Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update news message | Parker | 2024-07-20 | 1 | -1/+1 |
| | |||||
* | Automatically retrieve Apple Music media API key | Parker | 2024-07-20 | 1 | -10/+13 |
| | |||||
* | Move files to `utils` folder | Parker | 2024-07-20 | 18 | -22/+22 |
| | |||||
* | Update error handling (mainly `CheckPlayerError`) | Parker | 2024-07-20 | 1 | -7/+4 |
| | |||||
* | Fix Apple Music artwork error | Parker | 2024-07-20 | 1 | -3/+6 |
| | |||||
* | Remove date from news | Parker | 2024-07-19 | 1 | -1/+1 |
| | |||||
* | Reference Apple Music changes | Parker | 2024-07-19 | 1 | -0/+5 |
| | |||||
* | Add support for APPLE MUSIC! | Parker | 2024-07-18 | 1 | -19/+114 |
| | |||||
* | Prepare for another Custom Source | Parker | 2024-07-18 | 1 | -1/+1 |
| | |||||
* | Overhaul cog command | Parker | 2024-07-12 | 3 | -44/+75 |
| | |||||
* | `You` -> `Use` | Parker | 2024-07-12 | 1 | -1/+1 |
| | |||||
* | Overhaul `sync` command | Parker | 2024-07-12 | 2 | -33/+59 |
| | |||||
* | Add proper references for all remaining commands | Parker | 2024-07-12 | 5 | -5/+17 |
| | |||||
* | Link references for `/news` | Parker | 2024-07-12 | 1 | -2/+2 |
| | |||||
* | Reference `news` command in `/help` | Parker | 2024-07-11 | 1 | -2/+6 |
| | |||||
* | Create `news` command to show updates | Parker | 2024-07-11 | 1 | -0/+31 |
| | |||||
* | Revamp OpenAI recommendations | Parker | 2024-07-11 | 2 | -3/+3 |
| | |||||
* | Properly subclass `CommandTree` for errors | Parker | 2024-07-10 | 1 | -93/+0 |
| | |||||
* | Remove extra `on_node_connection` listener | Parker | 2024-06-26 | 1 | -4/+0 |
| | |||||
* | Change connections to correct folder path | Parker | 2024-06-26 | 1 | -2/+2 |
| | |||||
* | Move database into `data` folder | Parker | 2024-06-26 | 1 | -1/+5 |
| | |||||
* | Remove unused import | Parker | 2024-06-26 | 1 | -1/+0 |
| | |||||
* | Consolidate config validation and variables to `config.py` | Parker | 2024-06-26 | 18 | -24/+33 |
| | |||||
* | Consolidate info + stats commands | Parker | 2024-06-26 | 2 | -52/+15 |
| | |||||
* | Remove 'Guava' for better self-host support | Parker | 2024-06-26 | 3 | -5/+5 |
| | |||||
* | Split bug/feedback commands into separate files | Parker | 2024-06-26 | 2 | -48/+62 |
| | |||||
* | Comments and cleanup | Parker | 2024-06-26 | 1 | -16/+6 |
| | |||||
* | Catch ClientError on player definition | Parker | 2024-06-26 | 1 | -2/+10 |
| | |||||
* | Log error when lavalink connection fails | Parker | 2024-06-26 | 1 | -18/+12 |
| | |||||
* | Catch error when attempting to remove autoplay | Parker | 2024-05-13 | 1 | -1/+4 |
| | |||||
* | Catch error when `autoplay` isn't on at queue end | Parker | 2024-05-13 | 1 | -1/+4 |
| | |||||
* | Fix skipping when song is final in queue | Parker | 2024-05-13 | 1 | -4/+5 |
| | |||||
* | If skip number is 1, skip normally over popping | Parker | 2024-05-13 | 1 | -0/+3 |
| | |||||
* | Show ephemeral messages if repeating is already on | Parker | 2024-05-13 | 1 | -1/+43 |
| | |||||
* | Show the correct artwork on track removal | Parker | 2024-05-13 | 1 | -1/+2 |
| | |||||
* | Remove autoplay when `stop` command is run | Parker | 2024-04-14 | 1 | -0/+1 |
| | |||||
* | Create/Implement `CheckPlayerError` error class | Parker | 2024-04-14 | 2 | -9/+10 |
| | |||||
* | Prefer YT over DZ | Parker | 2024-04-13 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -0/+95 |
| | | | | Use ChatGPT to get song recommendations based on current song queue. | ||||
* | 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. | ||||
* | Accept `black` code reformats | Parker | 2024-04-11 | 1 | -12/+15 |
| | |||||
* | Keep track of # of times commands are run | Parker | 2024-04-11 | 1 | -0/+70 |
| | |||||
* | Update help command | Parker | 2024-04-10 | 1 | -63/+160 |
| |