Commit graph

1106 commits

Author SHA1 Message Date
Andromeda
3c8c680ac0
Merge pull request #689 from Androz2091/dependabot/npm_and_yarn/develop/types/node-16.6.0
chore(deps-dev): bump @types/node from 16.4.13 to 16.6.0
2021-08-12 10:00:43 +05:45
dependabot[bot]
8b12302f9a
chore(deps-dev): bump @types/node from 16.4.13 to 16.6.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.4.13 to 16.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 04:14:20 +00:00
DevAndromeda
417d0c5071
chore: remove other issue templates 2021-08-11 12:22:14 +05:45
DevAndromeda
0617829d23
fix(Queue): fix autoplay error on stop call 2021-08-11 12:16:59 +05:45
DevAndromeda
92565b5f5b
fix(Playlist): revert last changes 2021-08-11 11:29:36 +05:45
DevAndromeda
f806d1bf85
fix(Playlist): avoid circular calls 2021-08-11 11:27:51 +05:45
DevAndromeda
8bfe4728dc Merge branch 'develop' of https://github.com/Androz2091/discord-player into develop 2021-08-11 11:26:21 +05:45
DevAndromeda
1cdda5934d
chore(Example): bump discord-player 2021-08-11 11:25:46 +05:45
Andromeda
7a58cf8fb2
Merge pull request #684 from joshuayuen99/jump-fix
fix(Queue): fix jump
2021-08-11 11:11:17 +05:45
Joshua Yuen
8a46d1220a Fix jump() bug 2021-08-11 01:00:29 -04:00
Andromeda
66d6fa8ede
Merge pull request #682 from Androz2091/dependabot/npm_and_yarn/develop/discordjs/voice-0.6.0
chore(deps): bump @discordjs/voice from 0.5.6 to 0.6.0
2021-08-11 10:25:21 +05:45
dependabot[bot]
0532c32ad3
chore(deps): bump @discordjs/voice from 0.5.6 to 0.6.0
Bumps [@discordjs/voice](https://github.com/discordjs/voice) from 0.5.6 to 0.6.0.
- [Release notes](https://github.com/discordjs/voice/releases)
- [Commits](https://github.com/discordjs/voice/compare/v0.5.6...v0.6.0)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 04:12:46 +00:00
Andromeda
4977d1ad0d
Merge pull request #680 from Androz2091/dependabot/npm_and_yarn/develop/typescript-eslint/parser-4.29.1
chore(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1
2021-08-10 10:02:10 +05:45
Andromeda
217d40dd5a
Merge pull request #679 from Androz2091/dependabot/npm_and_yarn/develop/typescript-eslint/eslint-plugin-4.29.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1
2021-08-10 10:02:00 +05:45
dependabot[bot]
20fc8dbcf3
chore(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 04:16:17 +00:00
dependabot[bot]
91ecb74014
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 04:15:48 +00:00
Andromeda
db3198c797
chore: release 5.0.2 2021-08-09 23:05:22 +05:45
Andromeda
53ec9f5e51
Merge pull request #675 from Androz2091/develop
fix(Player): add intents checking
2021-08-09 23:03:31 +05:45
DevAndromeda
2b83d65b0e Merge branch 'develop' of https://github.com/Androz2091/discord-player into develop 2021-08-09 22:57:56 +05:45
DevAndromeda
5f8ad43b55
refactor(example): use intents provided by discord.js 2021-08-09 22:57:36 +05:45
Andromeda
477b59741b
Merge pull request #676 from MaxTechnics/master
docs: fix typo
2021-08-09 20:45:22 +05:45
Maxim Coppieters
f633a7c0dd Fix minor typos 2021-08-09 16:56:40 +02:00
DevAndromeda
e7c377ed0c
feat(example): add /ping command 2021-08-09 19:56:23 +05:45
DevAndromeda
00ebee7382
chore(example): bump discord-player 2021-08-09 18:50:46 +05:45
DevAndromeda
c116097954
fix(Player): add intents checking 2021-08-09 18:49:58 +05:45
DevAndromeda
615c3ad82f
fix(Player): add intents checking 2021-08-09 18:49:35 +05:45
DevAndromeda
5780e6e6f4
fix(Player): add intents checking 2021-08-09 18:43:18 +05:45
Andromeda
83d692801a
Merge pull request #674 from MaxTechnics/master
docs: add trackEnd event
2021-08-09 18:37:48 +05:45
Maxim Coppieters
3c39020e2a Add JSDoc for trackEnd event 2021-08-09 14:47:06 +02:00
Andromeda
9722e06780
Merge pull request #671 from Androz2091/dependabot/npm_and_yarn/develop/ts-node-10.2.0
chore(deps-dev): bump ts-node
2021-08-09 10:18:36 +05:45
Andromeda
5fe0e76287
Merge pull request #670 from Androz2091/dependabot/npm_and_yarn/develop/discordjs/voice-0.5.6
chore(deps): bump @discordjs/voice
2021-08-09 10:18:14 +05:45
dependabot[bot]
66ae840e22
chore(deps-dev): bump ts-node from 10.1.0 to 10.2.0
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.1.0...v10.2.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 04:32:46 +00:00
dependabot[bot]
5975e52651
chore(deps): bump @discordjs/voice from 0.5.5 to 0.5.6
Bumps [@discordjs/voice](https://github.com/discordjs/voice) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/discordjs/voice/releases)
- [Commits](https://github.com/discordjs/voice/compare/v0.5.5...v0.5.6)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 04:32:14 +00:00
Androz
32193fa739
Merge pull request #665 from Androz2091/develop 2021-08-08 08:51:52 +02:00
DevAndromeda
47c0a1b41c
chore: release 5.0.1 2021-08-08 12:21:41 +05:45
DevAndromeda
14e4c04f8e
chore: update contributors 2021-08-08 12:20:49 +05:45
DevAndromeda
b7f64706b3
fix(example): fix discord-player import 2021-08-08 12:14:36 +05:45
DevAndromeda
aecb61f174
fix(Player): get correct info for youtube video links 2021-08-08 12:13:15 +05:45
DevAndromeda
9a8db67b44
feat: expose library version 2021-08-08 11:52:50 +05:45
DevAndromeda
481f4f715a
feat: expose library version 2021-08-08 11:52:35 +05:45
DevAndromeda
d7ea23a474
fix(example): use dotenv 2021-08-08 11:46:09 +05:45
DevAndromeda
0eac8c6b8a
ci(PublishDev): remove deprecation 2021-08-08 01:40:56 +05:45
DevAndromeda
3642a289ab Merge branch 'develop' 2021-08-08 01:38:23 +05:45
DevAndromeda
12a0335e64
Merge master to develop 2021-08-08 01:35:32 +05:45
Andromeda
e832cae8fa
ci: update PublishDev 2021-08-08 01:31:05 +05:45
DevAndromeda
a276d48315 Merge branch 'master' of https://github.com/Androz2091/discord-player 2021-08-08 01:15:20 +05:45
Andromeda
a5cb73fc32
ci: remove publish dev 2021-08-08 01:10:06 +05:45
Androz2091
69cec52d28 🔖 v5.0.0 2021-08-07 21:24:04 +02:00
Androz2091
940d559980 🔀 Merge v5 branch with master 2021-08-07 21:23:09 +02:00
DevAndromeda
e66ef442e2
refactor(*): us timer.unref() 2021-08-08 00:20:51 +05:45