package
0.0.0-20240514003051-1e62a3d459f6
Repository: https://github.com/otiai10/amesh-bot.git
Documentation: pkg.go.dev

# README

Bot

どのようなコマンドを登録されているかに関わらず、基本的なbotの動きとして、Handleを提供する。 直接、WebhookのControllerから呼ばれれる対象。 もちろん、Controllersも、Bot自身も、どのようなコマンドが登録されているかは関知しない。 くわしくは、main.goにおいてCommandsを登録している部分を参照のこと。

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author