goMuffin/chatbot/enum.go

8 lines
94 B
Go

package chatbot
type ChatbotMode int
const (
ChatbotAI ChatbotMode = iota
ChatbotMuffin
)