index
:
guava
dev
main
Dead simple Discord music bot
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `on_command_error` and move `on_ready`
Parker
2024-07-12
1
-11
/
+4
*
`You` -> `Use`
Parker
2024-07-12
1
-1
/
+1
*
Overhaul `sync` command
Parker
2024-07-12
2
-33
/
+59
*
Remove unused imports
Parker
2024-07-12
1
-3
/
+0
*
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
*
Accept `black` formatting
Parker
2024-07-11
1
-4
/
+6
*
Accept `black` formatting
Parker
2024-07-11
1
-17
/
+19
*
Revamp OpenAI recommendations
Parker
2024-07-11
5
-36
/
+47
*
Remove extra `#`
Parker
2024-07-11
1
-1
/
+1
*
Correct verbiage of comment
Parker
2024-07-10
1
-3
/
+3
*
Update deprecated `MAINTAINER` line
Parker
2024-07-10
1
-3
/
+2
*
Properly subclass `CommandTree` for errors
Parker
2024-07-10
1
-15
/
+4
*
Move text command error handler
Parker
2024-07-10
1
-0
/
+7
*
Remove extra `on_node_connection` listener
Parker
2024-06-26
1
-4
/
+0
*
Update `README.md` for Docker support
Parker
2024-06-26
1
-16
/
+33
*
Add support for Docker!
Parker
2024-06-26
3
-0
/
+36
*
Move variable declaration to remove try/except clause
Parker
2024-06-26
1
-16
/
+9
*
Fix spelling (requires -> required)
Parker
2024-06-26
1
-1
/
+1
*
ENV Fix
Parker
2024-06-26
1
-22
/
+21
*
Add `return` for environment variables
Parker
2024-06-26
1
-8
/
+15
*
Fix support for environment variables
Parker
2024-06-26
2
-7
/
+10
*
Change connections to correct folder path
Parker
2024-06-26
1
-2
/
+2
*
Update `.gitignore`
Parker
2024-06-26
1
-1
/
+2
*
Skip loading feedback/bug cog(s) if no ID given
Parker
2024-06-26
1
-0
/
+8
*
Move database into `data` folder
Parker
2024-06-26
1
-1
/
+5
*
Remove unused import
Parker
2024-06-26
1
-1
/
+0
*
Comment environment variable check
Parker
2024-06-26
1
-0
/
+5
*
Add support for environment variables
Parker
2024-06-26
1
-1
/
+73
*
Update `requirements.txt` with new packages
Parker
2024-06-26
1
-2
/
+4
*
Update to new `config.ini` template
Parker
2024-06-26
1
-11
/
+15
*
Consolidate config validation and variables to `config.py`
Parker
2024-06-26
23
-230
/
+221
*
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
*
Updated
Parker
2024-06-20
1
-1
/
+1
*
Update config validation and creation
Parker
2024-06-19
2
-1
/
+9
*
Update configuration options
Parker
2024-05-13
1
-0
/
+6
*
Update server statistic
Parker
2024-05-13
1
-1
/
+1
*
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
[next]