mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-13 10:54:21 +01:00
Refactor sticker upload
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user