Add command sendReaction for emoji reactions

This commit is contained in:
AsamK 2020-02-22 11:29:17 +01:00
parent f3b8df789d
commit 063fb95dca
4 changed files with 148 additions and 0 deletions

View file

@ -22,6 +22,7 @@ public class Commands {
addCommand("removeDevice", new RemoveDeviceCommand());
addCommand("removePin", new RemovePinCommand());
addCommand("send", new SendCommand());
addCommand("sendReaction", new SendReactionCommand());
addCommand("sendContacts", new SendContactsCommand());
addCommand("updateContact", new UpdateContactCommand());
addCommand("setPin", new SetPinCommand());