Commit Graph

181 Commits

Author SHA1 Message Date
Crussader e91f605a7a
Create artist.py 2022-03-27 20:58:30 +04:00
Crussader 1ee7b65d71
Update client.py 2022-03-27 20:57:36 +04:00
Crussader 331202ae24
A fix to the `discord.VoiceRegion`
Since dpy has deprecated VoiceRegion the only way of getting the region is `VoiceChannel.rtc_region`, so you will have to pass the string itself for this.
2022-03-13 16:36:38 +04:00
Clxud ac6f92241b
Merge pull request #23 from Tari-dev/main
Closes Spotify session and fix a bug of node.disconnect
2022-03-06 13:34:35 -05:00
Tari c3b840db2c fix a bug 2022-02-22 17:13:58 +05:30
Tari 6342bd0e56 update pool.py 2022-02-22 17:12:00 +05:30
Tari d0fa15267a typo 2022-02-22 16:48:30 +05:30
Tari b43d12b2ad Close Spotify on node.disconnect 2022-02-22 15:44:33 +05:30
Tari 292f956bfc Close Spotify on node.disconnect 2022-02-22 15:39:18 +05:30
Tari d15469d2b8 Close Spotify session 2022-02-22 15:35:22 +05:30
Clxud dc916bcd1b
Merge pull request #19 from DeadPool3333/new-docs-theme 2022-02-19 20:35:29 -05:00
DeadPool e46673b067
Merge branch 'cloudwithax:main' into new-docs-theme 2022-02-06 12:05:58 +05:30
DeadPool 60ef55798b Remove docs/_build directory 2022-02-06 06:31:38 +00:00
VP d835c4d35f
Merge pull request #21 from Tari-dev/patch-1
[Examples] set_context shouldn't be async function
2022-02-05 22:09:41 +02:00
Tari 9f65af2c15
[Examples] set_context shouldn't be async function 2022-02-06 01:18:22 +05:30
DeadPool 0e154270b0 Add sphinx_rtd_theme theme for docs 2022-02-01 14:29:37 +00:00
VP c0fd4fe734
Merge pull request #18 from Aakash-kun/patch-2
Added some fixes to the advanced example.
2022-01-08 07:14:08 +02:00
AakashS da2c854c7c
Update advanced.py 2022-01-08 10:34:26 +05:30
AakashS 3d659208db
Update advanced.py 2022-01-08 00:10:38 +05:30
cloudwithax 5c961b9a36 Remove hard requirement for discord.py 2021-12-28 14:23:34 -05:00
VP a228ed4ac1 revert previous commit - redundant 2021-12-28 13:49:10 +02:00
VP 8972a1c913 set _guild on voice state update just to be safe 2021-12-28 13:47:47 +02:00
VP d8388456f2 hopefully fix player.guild bs (+ cleanup) 2021-12-27 10:34:01 +02:00
VP 5acc3625a0 cleanup 2021-12-27 10:33:42 +02:00
VP ab9acdb033 change mentions of _guild to guild 2021-12-22 15:45:10 +02:00
VP 84ebca1c12 remove player._guild 2021-12-22 15:42:19 +02:00
cloudwithax 42dde4ce44 Add new node algo, NodeAlgorithm.by_players 2021-12-21 20:34:06 -05:00
cloudwithax 3ef98104ce Update advanced example to include more commands 2021-12-13 18:04:40 -05:00
cloudwithax d6186cb20d Forgot to call start_nodes in advanced example 2021-12-13 17:48:29 -05:00
cloudwithax 14c4a68af8 Set optional args to None by default 2021-12-11 12:21:44 -05:00
Clxud cd2cfa7a5d
Merge pull request #14 from RPSMain/patch-1 2021-12-08 08:08:43 -05:00
RPS a61220401c
New description 2021-12-08 21:05:42 +08:00
RPS 22be91bb09
Fix 2021-12-08 03:15:19 -08:00
RPS 0a78a8f5c7
Make ``__init__`` better 2021-12-08 02:14:53 -08:00
cloudwithax 50429277ea Fix __init__ to support discord.py forks 2021-12-06 17:58:21 -05:00
cloudwithax d1d2463680 Added new reset_filter() helper function, fixed bug with Spotify tracks not retaining thumbnails and some other QoL features 2021-12-05 16:29:01 -05:00
vveeps fcbca4e8e1 fix invalid equalizer payload 2021-11-26 17:39:52 +02:00
vveeps 148dcf2414 fix self._factory call in Equalizer init 2021-11-26 16:53:04 +02:00
cloudwithax 70d4f5a63d bump versioing for minor bug fix 2021-11-25 11:22:26 -05:00
cloudwithax 18f6f906fe why did i use a generator expression lmao 2021-11-25 11:11:25 -05:00
cloudwithax d249d84f9f added node algos, cleaned up events.py, add node arg to Player() 2021-11-23 13:59:20 -05:00
cloudwithax c3135b7798 Decrease heartbeat interval so that people can stop complaining about it not working on heroku 2021-11-22 15:00:03 -05:00
cloudwithax d5838829c4 whoops forgot to update versioning in setup.py 2021-11-19 11:13:52 -05:00
cloudwithax 106d151157 Finally fixed thumbnails 2021-11-19 11:11:51 -05:00
cloudwithax 063d2d08af why was the node.stats property async 2021-11-13 13:13:04 -05:00
cloudwithax fc71bdda1f woops forgot to add https to rest uri if the node is securre 2021-11-13 13:10:27 -05:00
cloudwithax 2e77a7d7df Added secure kwarg to create_node() and fixed some bugs 2021-11-12 21:07:50 -05:00
vveeps 3115989f42 fix Track.original and make some Playlist attrs consistent 2021-11-12 18:01:40 +02:00
cloudwithax 360889e048 Fixed attribute semantics 2021-11-11 17:31:44 -05:00
cloudwithax 11e4a34a96 Added original spotify track to pomice.Track as an attribute 2021-11-11 17:13:34 -05:00