Type Alias RepeatingEventFunction

RepeatingEventFunction: ((bot: Bot) => Promise<void | number | string>)

Represents the function executed on a repeating interval.