From ab22399e02bd621dd72fbe354ae27ccf1f8ccca6 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Wed, 18 Mar 2020 19:32:51 +0000 Subject: [PATCH] added alias --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index ec0cce0..fd23dde 100644 --- a/main.go +++ b/main.go @@ -53,6 +53,7 @@ func newBot() *bot { // this handles setting up command advertisements and aliases func (b *bot) registerCommands() { opts := keybase.AdvertiseCommandsOptions{ + Alias: "Jitsi Meet", Advertisements: []chat1.AdvertiseCommandAPIParam{ { Typ: "public",