GuildScheduledEventRecurrenceRuleMonth
EnumOn this page
discord.GuildScheduledEventRecurrenceRuleMonth lists the named constants for this enumeration. Prefer these names over hardcoded literals.
Values
discord.GuildScheduledEventRecurrenceRuleMonth.January1January. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.February2February. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.March3March. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.April4April. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.May5May. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.June6June. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.July7July. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.August8August. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.September9September. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.October10October. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.November11November. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventRecurrenceRuleMonth.December12December. Use the symbolic name in bot code rather than the raw value.
Usage
Read members as discord.GuildScheduledEventRecurrenceRuleMonth.Name. Do not hard-code numeric literals when a symbolic name exists.
Example
local discord = require("discord")
print(discord.GuildScheduledEventRecurrenceRuleMonth.January)