1
0
mirror of https://github.com/42wim/matterbridge.git synced 2024-05-06 15:54:56 +00:00

13 lines
204 B
Go
Raw Normal View History

// +build !nodiscord
package bridgemap
import (
bdiscord "github.com/42wim/matterbridge/bridge/discord"
)
func init() {
FullMap["discord"] = bdiscord.New
UserTypingSupport["discord"] = struct{}{}
}