Skip to content

Commit

Permalink
Update to gateway version 10 (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Sep 2, 2022
1 parent a2d3267 commit 40fb85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/dv8tion/jda/api/JDAInfo.java
Expand Up @@ -20,7 +20,7 @@
*/
public class JDAInfo
{
public static final int DISCORD_GATEWAY_VERSION = 9;
public static final int DISCORD_GATEWAY_VERSION = 10;
public static final int DISCORD_REST_VERSION = 10;
public static final int AUDIO_GATEWAY_VERSION = 4;
public static final String GITHUB = "https://github.com/DV8FromTheWorld/JDA";
Expand Down

0 comments on commit 40fb85e

Please sign in to comment.