Added debugging to test translation.

This commit is contained in:
Patrick Connolly
2018-09-28 18:04:45 +08:00
parent bd3a3b6eaf
commit 8e6e8fa8ed
4 changed files with 54 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ type Protocol struct {
type ChannelOptions struct {
Key string // irc, xmpp
WebhookURL string // discord
Locale string // all
}
type Bridge struct {