Androz2091
|
a03c577f34
|
Merge branch 'develop' of https://github.com/Androz2091/discord-music into develop
|
2020-06-22 17:41:21 +02:00 |
|
Androz2091
|
a90532fee0
|
📝 Rewrite README doc and add some examples
|
2020-06-21 21:06:54 +02:00 |
|
Snowflake
|
c16c730c4d
|
Add and fix filters (#32)
Co-authored-by: Androz <androz2091@gmail.com>
|
2020-06-21 20:39:27 +02:00 |
|
Androz2091
|
52c70eb281
|
📝 Document setFilters method
|
2020-06-21 17:56:33 +02:00 |
|
Androz2091
|
d1099b3551
|
🐛 📝 Some fixes and some documentation examples
|
2020-06-21 17:49:57 +02:00 |
|
Androz2091
|
535d8a43e4
|
📝 Add example for setVolume method
|
2020-06-21 17:37:07 +02:00 |
|
Androz2091
|
b8dee7bce2
|
📝 Add example for stop command
|
2020-06-21 17:36:04 +02:00 |
|
Androz2091
|
4334aafb34
|
📝 Add example for resume method
|
2020-06-21 17:34:52 +02:00 |
|
Androz2091
|
248042de33
|
📝 Add example for pause method
|
2020-06-21 17:33:56 +02:00 |
|
Androz2091
|
07e07f0d63
|
🔥 ⚠️ Remove setQueue method
|
2020-06-21 17:32:50 +02:00 |
|
Androz2091
|
88e9419350
|
📝 Add example for addToQueue method
|
2020-06-21 17:31:36 +02:00 |
|
Androz2091
|
8f9e6ca9d1
|
📝 Add example for clearQueue method
|
2020-06-21 17:29:20 +02:00 |
|
Androz2091
|
4e55e66b3d
|
📝 Add example for skip command
|
2020-06-21 17:28:04 +02:00 |
|
Androz2091
|
7fa041bb22
|
📝 Add example for the nowPlaying method
|
2020-06-21 17:26:55 +02:00 |
|
Androz2091
|
a3b32d30c5
|
💄 Pad block with blank lines
|
2020-06-21 17:26:36 +02:00 |
|
Androz2091
|
fd5f312f5f
|
📝 Add example for setRepeatMode method
|
2020-06-21 17:24:18 +02:00 |
|
Androz2091
|
9e329c8aa6
|
📝 Add example for shuffle method
|
2020-06-21 17:19:14 +02:00 |
|
Androz2091
|
872c335b55
|
🎨 Some eslint fixes
|
2020-06-21 17:17:43 +02:00 |
|
Androz2091
|
bbfe529177
|
📝 Add shuffle example
|
2020-06-21 17:17:36 +02:00 |
|
Androz2091
|
8243539f3f
|
🐛 Disable eslint for youtube regex
|
2020-06-21 17:17:24 +02:00 |
|
Androz2091
|
08a8d0ff20
|
🎨 Move _playYTDLStream function
|
2020-06-21 17:17:00 +02:00 |
|
Androz2091
|
73001169cd
|
♻️ Rewrite everything with eslint and discord-ytdl-core
|
2020-06-21 15:36:16 +02:00 |
|
Androz2091
|
e1e51ddf03
|
♻️ Rewrite all JSDoc documentation
|
2020-06-02 13:11:12 +02:00 |
|
Androz2091
|
1dbe22f872
|
feat: add remove method
|
2020-04-24 17:20:48 +02:00 |
|
Androz2091
|
4509290bc1
|
feat: add requestedBy for song
|
2020-04-24 17:15:06 +02:00 |
|
Androz2091
|
fd5821e977
|
feat: add shuffle method
|
2020-04-24 17:14:34 +02:00 |
|
Androz2091
|
ef7c90777b
|
fix: check if repeat mode is enabled before disconnecting
Closes #15
|
2020-04-20 20:47:25 +02:00 |
|
Androz2091
|
f61aff8ec6
|
fix: check if the channel is really empty
Closes #7
|
2020-03-08 14:34:30 +01:00 |
|
Androz2091
|
09fa110790
|
feat(song): add rawVideo property
|
2020-03-05 17:02:11 +01:00 |
|
Androz2091
|
b6fa324b70
|
fix: update typeconditions and catch errors
|
2020-02-22 11:19:00 +01:00 |
|
Androz2091
|
49edfca20f
|
fix: update errors
|
2020-02-21 11:32:16 +01:00 |
|
Androz2091
|
df64889b21
|
fix: update setRepeatMode() function
|
2020-02-02 11:20:46 +01:00 |
|
Androz2091
|
ef8be9b148
|
song: add duration property
|
2020-01-18 18:40:06 +01:00 |
|
Androz2091
|
e213485293
|
feat: getQueue is now synchronous
|
2020-01-18 18:29:53 +01:00 |
|
Androz2091
|
3c33d42aa8
|
Add setQueue() function
|
2020-01-18 13:04:05 +01:00 |
|
Androz2091
|
ee493e5bd2
|
Ignore Util class
|
2020-01-18 11:15:15 +01:00 |
|
Androz2091
|
8ca94e98be
|
Add nowPlaying() function
|
2020-01-18 11:15:10 +01:00 |
|
Androz2091
|
7b834cc9f2
|
Add setRepeatMode function
|
2020-01-18 11:03:22 +01:00 |
|
Androz2091
|
b4dd7cf2df
|
Update leaveOnEmpty system
|
2020-01-12 20:14:26 +01:00 |
|
Androz2091
|
515c8757ed
|
Revert "play: check if bot is already connected"
This reverts commit 86ae74f2e3 .
|
2020-01-12 20:05:33 +01:00 |
|
Androz2091
|
86ae74f2e3
|
play: check if bot is already connected
|
2020-01-12 19:13:54 +01:00 |
|
Androz2091
|
eb370f590e
|
Use oldState instead of oldMember
|
2020-01-12 19:06:44 +01:00 |
|
Androz2091
|
4c835286bc
|
Update disconnect() system
|
2020-01-12 18:56:11 +01:00 |
|
Androz2091
|
ae264426c6
|
Add channelEmpty event description
|
2020-01-12 18:55:56 +01:00 |
|
Androz2091
|
ae366e66d9
|
Add leaveOnEmpty and voiceStateUpdate listener
|
2020-01-12 18:55:37 +01:00 |
|
Androz2091
|
76d7c83a4d
|
skip: returns the current song instead of the queue
|
2020-01-12 17:29:56 +01:00 |
|
Androz2091
|
b613ab8866
|
Add err message when api key missing
|
2020-01-12 17:13:57 +01:00 |
|
Androz2091
|
bde70b92aa
|
🎉 Init repository
|
2020-01-11 20:01:18 +01:00 |
|