Allow for sending chats out from external chat submodule
This commit is contained in:
@ -24,5 +24,6 @@ type ModuleManager interface {
|
||||
// Commands
|
||||
RegisterCommand(string, ChatCommandConfiguration, func(User, map[string]any) string)
|
||||
|
||||
RegisterExternalChat(ID string, chat ExternalChatModule) error
|
||||
// Submodules
|
||||
RegisterExternalChat(channelID string, chat ExternalChatModule) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user