diff --git a/commands/account/select.go b/commands/account/select.go index bd44c1b..707f6c9 100644 --- a/commands/account/select.go +++ b/commands/account/select.go @@ -8,6 +8,7 @@ import ( ) func init() { + register("select", SelectMessage) register("select-message", SelectMessage) }