Skip to content

Commit

Permalink
New Update
Browse files Browse the repository at this point in the history
1. fix slash
  • Loading branch information
megoRU committed Jan 31, 2024
1 parent fbef6f7 commit 9867e94
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 @@ -135,7 +135,7 @@ public synchronized void startBot() {
System.out.println("IsDevMode: " + Config.isIsDev());

//Обновить команды
updateSlashCommands();
// updateSlashCommands();
System.out.println("20:22");
} catch (Exception e) {
LOGGER.error(e.getMessage(), e);
Expand Down

0 comments on commit 9867e94

Please sign in to comment.