107 Commits

Author SHA1 Message Date
98bffe5b01
Update deprecated MAINTAINER line 2024-07-10 16:37:52 -05:00
8ffb070347
Properly subclass CommandTree for errors 2024-07-10 16:31:29 -05:00
b31573a1ef
Move text command error handler 2024-07-10 16:30:42 -05:00
0a6ba08a65
Remove extra on_node_connection listener 2024-06-26 20:24:39 -05:00
549fa5b804
Update README.md for Docker support 2024-06-26 19:11:16 -05:00
79bbfd14ec
Add support for Docker! 2024-06-26 18:56:37 -05:00
7723b5adb0
Move variable declaration to remove try/except clause 2024-06-26 18:52:58 -05:00
d50259aaae
Fix spelling (requires -> required) 2024-06-26 18:52:00 -05:00
fdfef2a2ae
ENV Fix 2024-06-26 18:50:53 -05:00
0c741e3c2b
Add return for environment variables 2024-06-26 18:48:53 -05:00
e276ef9486
Fix support for environment variables 2024-06-26 18:41:37 -05:00
88c545b96f
Change connections to correct folder path 2024-06-26 18:38:21 -05:00
1f1e482013
Update .gitignore 2024-06-26 18:31:07 -05:00
eed030b573
Skip loading feedback/bug cog(s) if no ID given 2024-06-26 18:29:16 -05:00
cb6d68140c
Move database into data folder 2024-06-26 18:14:07 -05:00
248c2b0347
Remove unused import 2024-06-26 18:10:22 -05:00
542a2004ef
Comment environment variable check 2024-06-26 18:09:50 -05:00
2463d39eae
Add support for environment variables 2024-06-26 18:08:40 -05:00
75ad3813f9
Update requirements.txt with new packages 2024-06-26 18:08:02 -05:00
587ecd6cae
Update to new config.ini template 2024-06-26 17:45:26 -05:00
cf7e9c0bc3
Consolidate config validation and variables to config.py 2024-06-26 17:43:12 -05:00
e418e06ce6
Consolidate info + stats commands 2024-06-26 14:59:25 -05:00
9a31885078
Remove 'Guava' for better self-host support 2024-06-26 14:48:50 -05:00
7d78bbae16
Split bug/feedback commands into separate files 2024-06-26 14:44:15 -05:00
6547073684
Comments and cleanup 2024-06-26 14:35:55 -05:00
847a828c52
Catch ClientError on player definition 2024-06-26 14:35:36 -05:00
7acc6a9b80
Log error when lavalink connection fails 2024-06-26 14:33:56 -05:00
e8292cd823
Updated 2024-06-20 06:15:50 -05:00
ee00d8c621 Update config validation and creation 2024-06-19 13:13:09 -05:00
176f6d58ef
Update configuration options 2024-05-13 16:43:02 -05:00
9750e11b0f
Update server statistic 2024-05-13 16:39:37 -05:00
538c28244f
Catch error when attempting to remove autoplay 2024-05-13 16:27:56 -05:00
5691d2f058
Catch error when autoplay isn't on at queue end 2024-05-13 15:37:08 -05:00
b374b5ee78
Fix skipping when song is final in queue 2024-05-13 15:35:43 -05:00
e76d4442eb
If skip number is 1, skip normally over popping 2024-05-13 15:30:11 -05:00
dcf49b19d3
Show ephemeral messages if repeating is already on 2024-05-13 15:29:45 -05:00
de46656501
Show the correct artwork on track removal 2024-05-13 15:29:08 -05:00
663cc250c9
Remove autoplay when stop command is run 2024-04-14 22:22:45 -05:00
760aac506f
Create/Implement CheckPlayerError error class 2024-04-14 20:31:05 -05:00
3c66d50822
Prefer YT over DZ 2024-04-13 00:59:20 -05:00
968cd93482
Delete guild_id from autoplay list on queue ending 2024-04-13 00:02:57 -05:00
75ec7983fc
Fix skip command showing wrong song info
Would occasionally show the incorrect song as the song currently playing once the skip command ran. Should be fixed now.
2024-04-12 22:54:56 -05:00
331b266ec3
Increase skip command sleep time 2024-04-12 17:52:40 -05:00
2b2e390671
Prefer Deezer search 2024-04-12 00:38:38 -05:00
64cfb7b3e0
Add description for command argument 2024-04-12 00:32:51 -05:00
58b2cf5753
Add autoplay to help command 2024-04-12 00:32:35 -05:00
07f49fa2b7
Add more autoplay songs when queue gets low 2024-04-12 00:29:42 -05:00
66bf2a6cc2
Create autoplay feature
Use ChatGPT to get song recommendations based on current song queue.
2024-04-12 00:29:24 -05:00
2ebd5421b7
Add OPENAI_API_KEY
Preparation for autoplay feature using ChatGPT
2024-04-12 00:28:59 -05:00
312e2f12be
Remove SoundCloud searching
SoundCloud was returning too many tracks that were not as expected (weird versions/recordings/cover artists, etc.) so it has been removed.
2024-04-12 00:28:21 -05:00