Improve final fields naming
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-16 02:31:11 +01:00
parent d62d6bdfdd
commit 94037b252f
5 changed files with 24 additions and 27 deletions

View File

@@ -6,7 +6,6 @@ import net.dv8tion.jda.api.entities.User;
import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import wtf.beatrice.hidekobot.Cache;
import wtf.beatrice.hidekobot.HidekoBot;
import wtf.beatrice.hidekobot.commands.base.ProfileImage;
import wtf.beatrice.hidekobot.objects.MessageResponse;
@@ -57,8 +56,6 @@ public class AvatarCommand implements MessageCommand
@Override
public void runCommand(MessageReceivedEvent event, String label, String[] args)
{
int[] acceptedSizes = Cache.getSupportedAvatarResolutions();
User user;
int resolution = -1;