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