mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
3f315df6c8
commit
23845eab47
6 changed files with 228 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class Commands {
|
|||
addCommand("updateGroup", new UpdateGroupCommand());
|
||||
addCommand("updateProfile", new UpdateProfileCommand());
|
||||
addCommand("verify", new VerifyCommand());
|
||||
addCommand("uploadStickerPack", new UploadStickerPackCommand());
|
||||
}
|
||||
|
||||
public static Map<String, Command> getCommands() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue