aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove Spotify and YouTube from Lavalink configParker2024-04-091-17/+4
|
* Update config.ini.example with spotify infoParker2024-04-091-0/+2
|
* Catch `LoadError` when skipping tracksParker2024-04-091-2/+8
|
* Catch new `CreatePlayerError` and `LoadError`Parker2024-04-091-4/+17
|
* Add new spotify variablesParker2024-04-092-0/+12
|
* Change Spotify support to use custom sourceParker2024-04-093-41/+263
|
* Use custom `CreatePlayerError`Parker2024-04-091-5/+10
|
* Remove YT supportParker2024-04-091-9/+20
|
* Fix `players` stats and add `load` percentageParker2024-04-081-1/+1
|
* Remove unused importParker2024-04-031-1/+0
|
* Move `user_count.py` to `info.py` in `owner` folderParker2024-04-031-3/+4
|
* Delete old `cog_commands.py`Parker2024-04-031-36/+0
|
* Move `tree_sync.py` into `owner` folderParker2024-04-031-0/+0
|
* Load cogs within cogs/ownerParker2024-04-031-0/+3
|
* Separate cog_commands.py and move into new folderParker2024-04-032-0/+44
|
* Create requirements.txtParker2024-04-021-0/+4
|
* Add `help` commandParker2024-04-021-0/+89
|
* Black code reformatParker2024-04-021-1/+3
|
* Add BOT_INVITE_LINK config optionParker2024-04-023-0/+11
|
* Remove unused variableParker2024-04-021-1/+0
|
* Exit when config.ini errors are foundParker2024-04-021-0/+8
|
* Merge branch 'main' of https://github.com/PacketParker/GuavaParker2024-04-021-1/+1
|\
| * Update README.mdParker2024-04-021-1/+1
| |
* | Combine forms into 1 fileParker2024-04-024-112/+105
| |
* | Add bug report commandParker2024-04-025-1/+63
| |
* | Add feedback commandParker2024-04-025-4/+72
|/
* Add Terms of ServiceParker2024-04-021-0/+3
|
* Add Privacy PolicyParker2024-04-021-0/+3
|
* Update README.mdParker2024-04-011-4/+1
|
* Black code reformatParker2024-03-312-1/+80
|
* Update skip commandParker2024-03-311-0/+8
| | | | Send the proper message and return if the end of the queue is reached once a song is skipped
* Black code reformattingParker2024-03-3112-16/+2
|
* Update README.mdParker2024-03-311-3/+3
|
* Create `remove` commandParker2024-03-311-0/+63
|
* Create `queue` commandParker2024-03-311-0/+64
|
* Create `clear` commandParker2024-03-311-0/+37
|
* Create `np` commandParker2024-03-311-0/+45
|
* Create `resume` commandParker2024-03-311-0/+38
|
* Create `pause` commandParker2024-03-311-0/+38
|
* Create `shuffle on/off` ccommandsParker2024-03-311-0/+59
|
* Create `stop` commandParker2024-03-311-0/+40
|
* Create `skip` commandParker2024-03-311-0/+63
|
* Create `play` commandParker2024-03-311-0/+100
|
* Error handlersParker2024-03-311-0/+91
|
* Default music codeParker2024-03-311-0/+198
|
* Add documentationParker2024-03-314-0/+201
|
* base commitParker2024-03-317-0/+286
|
* Initial commitParker2024-03-282-0/+26