Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlist Support #40

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Playlist Support #40

wants to merge 15 commits into from

Conversation

RedcodesDev
Copy link
Member

Implement Playlist Support with a /playlist command and more

dependabot bot and others added 5 commits October 28, 2022 07:54
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.4.4...v_1.4.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0-alpha7 to 2.0.6.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_2.0.0-alpha7...v_2.0.6)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.9.1...gson-parent-2.10.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@RedcodesDev RedcodesDev marked this pull request as draft February 23, 2023 20:04
@RedcodesDev RedcodesDev linked an issue Feb 23, 2023 that may be closed by this pull request
dependabot bot and others added 10 commits February 28, 2023 08:02
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [JDA](https://github.com/DV8FromTheWorld/JDA) from 5.0.0-alpha.21 to 5.0.0-beta.5.
- [Release notes](https://github.com/DV8FromTheWorld/JDA/releases)
- [Commits](discord-jda/JDA@v5.0.0-alpha.21...v5.0.0-beta.5)

---
updated-dependencies:
- dependency-name: net.dv8tion:JDA
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…DA-5.0.0-beta.5

Bump JDA from 5.0.0-alpha.21 to 5.0.0-beta.5
…ven.plugins-maven-compiler-plugin-3.11.0

Bump maven-compiler-plugin from 3.10.1 to 3.11.0
…de.gson-gson-2.10.1

Bump gson from 2.9.1 to 2.10.1
…4j-api-2.0.6

Bump slf4j-api from 2.0.0-alpha7 to 2.0.6
…k-logback-classic-1.4.5

Bump logback-classic from 1.4.4 to 1.4.5
…ven.plugins-maven-shade-plugin-3.4.1

Bump maven-shade-plugin from 3.4.0 to 3.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Playlist info support
1 participant