Skip to content

Commit

Permalink
YouTubeの403エラーに関する修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Aug 9, 2023
1 parent 42f8561 commit 4b9028e
Show file tree
Hide file tree
Showing 63 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<!-- バージョン装飾子参考の参考に: https://kengotoda.gitbooks.io/what-is-maven/deploy/snapshot-and-stable.html -->
<version>0.8.2</version>
<version>0.8.3</version>
<packaging>jar</packaging>

<repositories>
Expand Down Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.5</version>
<version>5.0.0-beta.13</version>
</dependency>
<dependency>
<groupId>com.github.Cosgy-Dev</groupId>
<artifactId>lavaplayer-cosgy</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
<!--
<dependency>
Expand Down

0 comments on commit 4b9028e

Please sign in to comment.