Browse Source

added alias

master
David Haukeness 5 years ago
parent
commit
ab22399e02
No known key found for this signature in database
GPG Key ID: 54F2372DDB7F9462
  1. 1
      main.go

1
main.go

@ -53,6 +53,7 @@ func newBot() *bot {
// this handles setting up command advertisements and aliases // this handles setting up command advertisements and aliases
func (b *bot) registerCommands() { func (b *bot) registerCommands() {
opts := keybase.AdvertiseCommandsOptions{ opts := keybase.AdvertiseCommandsOptions{
Alias: "Jitsi Meet",
Advertisements: []chat1.AdvertiseCommandAPIParam{ Advertisements: []chat1.AdvertiseCommandAPIParam{
{ {
Typ: "public", Typ: "public",

Loading…
Cancel
Save