Closed xcesiv closed 1 year ago
There is a definite issue with the build process for the application that sometimes when it is ran some of the commands do that register upon build.
It happens in lines 42-45 of DiscordBot.java
DiscordBot.java
CommandListUpdateAction commands = discordBot.updateCommands(); commands.addCommands(new AirQualityCommand().getCommandData()).queue(); commands.addCommands(new WeatherCommand().getCommandData()).queue(); commands.addCommands(new ForecastCommand().getCommandData()).queue();
Whichever command is currently last on that list sometimes doesn't register and sometimes does when the application launches.
There is a definite issue with the build process for the application that sometimes when it is ran some of the commands do that register upon build.
It happens in lines 42-45 of
DiscordBot.java
Whichever command is currently last on that list sometimes doesn't register and sometimes does when the application launches.