Deprecate Recurring Events (!7)
Recurring events are now a native Discord feature, so deprecating support in BirdBot. Co-authored-by: Layla Manley <layla@layla.gg> Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2
main.go
2
main.go
@@ -77,7 +77,7 @@ func main() {
|
||||
if cfg.Features.ManageEventChannels.IsEnabledByDefault() {
|
||||
loader.LoadComponent(modules.NewManageEventChannelsComponent(cfg.Discord.EventCategory, cfg.Discord.ArchiveCategory, bot.Session))
|
||||
}
|
||||
if cfg.Features.RecurringEvents.IsEnabledByDefault() {
|
||||
if cfg.Features.RecurringEvents.IsEnabled() {
|
||||
loader.LoadComponent(modules.NewRecurringEventsComponent(bot.Session))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user