Deprecate recurring events

This commit is contained in:
2024-01-14 18:47:36 +01:00
parent ca9a183a52
commit 944dd32d82
2 changed files with 4 additions and 1 deletions

View File

@ -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,