1
0
Fork 0
mirror of synced 2024-06-02 10:44:32 +12:00
Commit graph

112 commits

Author SHA1 Message Date
phxntxm 4312b5f5ef Stop auto-reconnecting for voice channels 2017-11-11 16:22:04 -06:00
phxntxm 8adde44fb1 Temporarily disable error handling of stuck voice channels 2017-11-08 11:00:22 -06:00
Phxntxm 7fd4cb5abe Correct how to get the bot attribute 2017-08-06 18:17:31 -05:00
Phxntxm f221a0eee5 Handle an edge case with voice disconnection 2017-08-06 18:15:10 -05:00
Phxntxm 78afa83970 Handle an edge case with voice disconnection 2017-08-06 18:10:59 -05:00
Phxntxm aa6f8350db Handle default ExtractionError 2017-08-04 13:59:27 -05:00
Phxntxm fa68cba89a Support for livestreams 2017-07-30 21:48:39 -05:00
Phxntxm c3e8e0fac6 Check if voice exists before trying to stop it 2017-07-27 13:56:03 -05:00
Phxntxm 755d7cde06 Use correct attribute for length of a song 2017-07-23 17:34:28 -05:00
Phxntxm 041fd8628e Add a check for if the state exists 2017-07-16 19:46:06 -05:00
phxntxm 7f261a81fa Save volume entries; handle some playlist quirks 2017-07-11 12:56:55 -05:00
phxntxm 187c6d3ba7 Force disconnect on stop 2017-07-09 15:04:48 -05:00
Phxntxm 0be369fb79 Add an import command for playlists; handle new downloading method of songs 2017-07-02 22:19:20 -05:00
Phxntxm a752d3a3f7 Ensure current is set to None when no song is next 2017-06-30 19:46:02 -05:00
phxntxm 049973f026 Handle failures to download 2017-06-28 14:53:48 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm 9b8e3f3875 Handle errors when downloading songs 2017-06-27 19:12:01 -05:00
Phxntxm 467cdb57d5 Use the correct form of voice 2017-06-18 13:48:10 -05:00
Phxntxm fd1fddc450 Split state and voice disconnections 2017-06-17 18:04:11 -05:00
Phxntxm 6b805faf0f Reorder a few things in the next_song method too ensure we set the song 2017-06-11 14:30:09 -05:00
Phxntxm 0f2f9b628a Reorder a few things in the next_song method too ensure we set the song 2017-06-11 14:28:58 -05:00
phxntxm 14d6cc5e20 Correct syntax error 2017-06-11 13:03:34 -05:00
Phxntxm 1956d6e5c1 Edge cases~ 2017-06-10 21:58:20 -05:00
Phxntxm 8abe27e85c Catch a few edge cases 2017-06-09 21:50:17 -05:00
phxntxm 25c6a89e20 Don't check if current is set 2017-06-07 19:40:50 -05:00
phxntxm 534dd29f4f Few more edge cases 2017-06-07 15:56:51 -05:00
phxntxm dbe5cf6110 Fix a few edge cases 2017-06-07 13:53:40 -05:00
phxntxm 898fd8b7f4 Add a second check to ensure we are not playing before actually overwriting the song/dj 2017-06-07 03:53:15 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
phxntxm 1cc88ce6ab Catch HTTPExceptions as this usually means an explicit word was sent 2017-05-29 16:33:31 -05:00
phxntxm d5b1f0a64d Handle when there are no songs in the queue 2017-05-29 16:27:12 -05:00
phxntxm 74896d921e Move joining a channel to it's own method 2017-05-29 16:17:00 -05:00
Phxntxm 2e159cf7c4 Catch the other, not so common ExtractionError 2017-05-20 13:44:15 -05:00
Phxntxm ce6b831b93 Remoe the colour formatting from errors 2017-05-19 21:28:35 -05:00
Phxntxm aebaa9b282 Add another edge case check 2017-05-19 13:55:45 -05:00
Phxntxm 13643bd1a2 Couple edge case checks 2017-05-18 21:03:09 -05:00
Phxntxm 6d18799dd8 Don't try to connect again on failure; normally this is due to timeing out and we don't want to continiously time out 2017-05-18 14:02:29 -05:00
phxntxm 917ca70901 Added a check to ensure the song exists 2017-05-16 22:47:27 -05:00
Phxntxm ccc70f0c4b Use the guild's voice client to disconnect 2017-05-15 16:19:04 -05:00
Phxntxm c519896715 Use the guild's voice client 2017-05-14 20:05:09 -05:00
Phxntxm e9354febc4 Force disconnection if we're stuck between connection states 2017-05-14 14:18:32 -05:00
phxntxm 97ae123c71 Reorder some parts with join, to ensure we detect the right status 2017-05-14 05:10:40 -05:00
Phxntxm dd9b3a4f1b Remove replacing of slashes 2017-05-13 17:16:27 -05:00
Phxntxm 29680724b0 Remove logging as library now logs this 2017-05-13 15:20:40 -05:00
Phxntxm 2e1fd109f1 Add a few extra checks 2017-05-13 14:23:18 -05:00
Phxntxm 37e493b101 Update volume checking to use the state's property 2017-05-12 18:13:27 -05:00
Phxntxm 7abcbe45d0 Replaced slashes with a space to not confuse URL's 2017-05-12 17:53:25 -05:00
Phxntxm 0549f8134d Check if a playlist is provided 2017-05-11 18:25:37 -05:00
phxntxm aef72178a8 Add a first page and last page button to the queue 2017-05-09 18:21:12 -05:00
Phxntxm 812988f00d Don't check if we're connected when disconnecting 2017-05-08 17:19:01 -05:00