= Format updates and color iteration

This commit is contained in:
Matthew Cech
2019-06-17 22:50:43 -07:00
parent 4eee13a359
commit e76bb6bb27
11 changed files with 85 additions and 24 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public class CommandCatch extends Command
else
person = input.mentions[0];
String catchFilename = ImageUtils.DownloadFromURL(person.avatarID, ".png");
String catchFilename = ImageUtils.downloadFromURL(person.avatarID, ".png");
if(catchFilename == null)
return;