🐛 fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m31s

This commit is contained in:
Melaine Gérard 2024-12-24 14:04:14 +01:00
parent f858684132
commit 86600673e9
No known key found for this signature in database
GPG Key ID: 89A9588EB2726A53

View File

@ -8,11 +8,11 @@ import net.dv8tion.jda.api.entities.GuildVoiceState;
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent;
import net.dv8tion.jda.api.managers.AudioManager;
public class StopCommand implements ISlashCommand{
public class StopAudioCommand implements ISlashCommand{
@Override
public String getName() {
return "stopaudio"
return "stopaudio";
}
@Override