Skip to content

Commit

Permalink
Minor code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmarsss committed Feb 28, 2023
1 parent 180b191 commit d8ef917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions newestversion
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.6.1
Last Update; No longer maintained.
1.6.2
Last Update; No longer maintained. (Custom status/activity update)
3 changes: 1 addition & 2 deletions src/snipebot/SnipeChanBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.OnlineStatus;
import net.dv8tion.jda.api.entities.Activity;
import net.dv8tion.jda.api.entities.Guild;
import net.dv8tion.jda.api.entities.Message;
Expand All @@ -26,7 +25,7 @@ public class SnipeChanBot {
static Config config;
static JDA jda;

static final String version = "1.6.1";
static final String version = "1.6.2";
private static String parent;
private static final EnumSet<GatewayIntent> intent = EnumSet.of(GatewayIntent.GUILD_MESSAGES);

Expand Down

0 comments on commit d8ef917

Please sign in to comment.