GuildScheduledEventEntityType
EnumOn this page
discord.GuildScheduledEventEntityType lists the named constants for this enumeration. Prefer these names over hardcoded literals.
Values
discord.GuildScheduledEventEntityType.StageInstance1Stage Instance. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventEntityType.Voice2Voice. Use the symbolic name in bot code rather than the raw value.
discord.GuildScheduledEventEntityType.External3External. Use the symbolic name in bot code rather than the raw value.
Usage
Read members as discord.GuildScheduledEventEntityType.Name. Do not hard-code numeric literals when a symbolic name exists.
Example
local discord = require("discord")
print(discord.GuildScheduledEventEntityType.StageInstance)