diff --git a/bot/command.go b/bot/command.go index 966662f..957b57d 100644 --- a/bot/command.go +++ b/bot/command.go @@ -191,7 +191,7 @@ func (b *Bot) sendHelp(ctx context.Context) { } var msg strings.Builder - msg.WriteString("The following commands are supported:\n\n") + msg.WriteString("The following commands are supported and accessible to you:\n\n") for _, cmd := range b.commands { if !cmd.allowed(evt.Sender, evt.RoomID) { continue