rename files; show commands by access level

This commit is contained in:
Aine
2022-08-29 15:19:07 +03:00
parent bc30f59e96
commit 1a87929567
4 changed files with 10 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ func (b *Bot) onBotJoin(ctx context.Context) {
}
b.sendIntroduction(ctx, evt.RoomID)
b.sendHelp(ctx, evt.RoomID)
b.sendHelp(ctx)
}
func (b *Bot) onLeave(ctx context.Context) {