Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -0/+10 |
| | |||||
* | Remove unused variable | Parker | 2024-04-02 | 1 | -1/+0 |
| | |||||
* | Exit when config.ini errors are found | Parker | 2024-04-02 | 1 | -0/+8 |
| | |||||
* | Combine forms into 1 file | Parker | 2024-04-02 | 4 | -112/+105 |
| | |||||
* | Add bug report command | Parker | 2024-04-02 | 4 | -1/+62 |
| | |||||
* | Add feedback command | Parker | 2024-04-02 | 4 | -4/+71 |
| | |||||
* | Black code reformat | Parker | 2024-03-31 | 2 | -1/+80 |
| | |||||
* | Update skip command | Parker | 2024-03-31 | 1 | -0/+8 |
| | | | | Send the proper message and return if the end of the queue is reached once a song is skipped | ||||
* | Black code reformatting | Parker | 2024-03-31 | 12 | -16/+2 |
| | |||||
* | Create `remove` command | Parker | 2024-03-31 | 1 | -0/+63 |
| | |||||
* | Create `queue` command | Parker | 2024-03-31 | 1 | -0/+64 |
| | |||||
* | Create `clear` command | Parker | 2024-03-31 | 1 | -0/+37 |
| | |||||
* | Create `np` command | Parker | 2024-03-31 | 1 | -0/+45 |
| | |||||
* | Create `resume` command | Parker | 2024-03-31 | 1 | -0/+38 |
| | |||||
* | Create `pause` command | Parker | 2024-03-31 | 1 | -0/+38 |
| | |||||
* | Create `shuffle on/off` ccommands | Parker | 2024-03-31 | 1 | -0/+59 |
| | |||||
* | Create `stop` command | Parker | 2024-03-31 | 1 | -0/+40 |
| | |||||
* | Create `skip` command | Parker | 2024-03-31 | 1 | -0/+63 |
| | |||||
* | Create `play` command | Parker | 2024-03-31 | 1 | -0/+100 |
| | |||||
* | Error handlers | Parker | 2024-03-31 | 1 | -0/+91 |
| | |||||
* | Default music code | Parker | 2024-03-31 | 1 | -0/+198 |
| | |||||
* | base commit | Parker | 2024-03-31 | 6 | -0/+284 |