Refactor sticker upload

This commit is contained in:
AsamK 2020-03-23 13:18:39 +01:00
parent 23845eab47
commit 4ff28458ff
4 changed files with 76 additions and 103 deletions

View file

@ -21,8 +21,6 @@ public class UploadStickerPackCommand implements LocalCommand {
try {
String path = ns.getString("path");
String url = m.uploadStickerPack(path);
System.out.println("");
System.out.println("Upload complete! Sticker pack URL:");
System.out.println(url);
return 0;
} catch (IOException e) {