Skip to content

Commit

Permalink
New Update
Browse files Browse the repository at this point in the history
1. Fix
  • Loading branch information
megoRU committed Jun 2, 2024
1 parent b5793d2 commit 5a68c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/main/config/BotStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class BotStart {
private final static Logger LOGGER = Logger.getLogger(BotStart.class.getName());

private static final JSONParsers jsonParsers = new JSONParsers();
public static final String activity = "/help | ";
public static final String activity = "/start | ";
//String - guildLongId
private static final ConcurrentMap<Long, Settings> mapLanguages = new ConcurrentHashMap<>();

Expand Down

0 comments on commit 5a68c23

Please sign in to comment.