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 is contained in:
@ -13,6 +13,9 @@ type recurringEventsModule struct {
|
||||
}
|
||||
|
||||
// NewRecurringEventsComponent creates a new component instance
|
||||
//
|
||||
// Deprecated: This recurring events are now a native feature in Discord,
|
||||
// so this will be removed in the next version.
|
||||
func NewRecurringEventsComponent(session *discord.Discord) common.Module {
|
||||
return &recurringEventsModule{
|
||||
session: session,
|
||||
|
Reference in New Issue
Block a user