17 Commits

Author SHA1 Message Date
e73db927c1
Create create_embed template to replace discord.Embed()
- Auto-set color to BOT_COLOR
- Set footer to timestamp (overridden is timestamp is passed)
- Optional thumbnail
2024-11-28 00:41:33 -06:00
70e612882d
black --line-length 79 2024-10-31 00:26:00 -05:00
c1b229f34c
NO player.repeat -> YES player.loop 2024-10-30 21:45:09 -05:00
f4c855b2de
Catch issue if song on repeat is skipped w/ nothing in queue 2024-10-30 21:37:45 -05:00
fda03dff62
Move files to utils folder 2024-07-20 18:15:15 -05:00
d4c9ed99d0
Prepare for another Custom Source 2024-07-18 22:05:29 -05:00
787342be98
Add proper references for all remaining commands 2024-07-12 02:56:06 -05:00
cf7e9c0bc3
Consolidate config validation and variables to config.py 2024-06-26 17:43:12 -05:00
9a31885078
Remove 'Guava' for better self-host support 2024-06-26 14:48:50 -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
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
f063a84769
Catch LoadError when skipping tracks 2024-04-09 01:28:47 -05:00
4903406f79
Black code reformat 2024-03-31 02:14:29 -05:00
246a424da2
Update skip command
Send the proper message and return if the end of the queue is reached once a song is skipped
2024-03-31 02:14:00 -05:00
86d9a9a770
Create skip command 2024-03-31 00:11:57 -05:00