mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Refactor sticker upload
This commit is contained in:
parent
23845eab47
commit
4ff28458ff
4 changed files with 76 additions and 103 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue