added alias
This commit is contained in:
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user