Remove Common, Rework External Chat Support, & Bugfixes

This commit is contained in:
2023-06-19 03:07:03 -04:00
parent 5e4698495c
commit 2a2f6aeeb0
28 changed files with 81 additions and 146 deletions

View File

@ -6,7 +6,7 @@ import (
"strings"
"time"
"github.com/yeslayla/birdbot/common"
"github.com/yeslayla/birdbot-common/common"
)
type Channel struct {

View File

@ -21,6 +21,8 @@ type DiscordConfig struct {
NotificationChannel string `yaml:"notification_channel" env:"DISCORD_NOTIFICATION_CHANNEL"`
RoleSelections []RoleSelectionConfig `yaml:"role_selection"`
ChatLinks map[string][]string `yaml:"chat_links"`
}
type Feedback struct {