DiscordLua
discorddiscord
v1.2.4
Install

GuildOnboardingPromptType

Enum
On this page

discord.GuildOnboardingPromptType lists the named constants for this enumeration. Prefer these names over hardcoded literals.

Values

discord.GuildOnboardingPromptType.MultipleChoice
0
Multiple Choice. Use the symbolic name in bot code rather than the raw value.

Usage

Read members as discord.GuildOnboardingPromptType.Name. Do not hard-code numeric literals when a symbolic name exists.

Example

lua
local discord = require("discord")
print(discord.GuildOnboardingPromptType.MultipleChoice)
Search Ctrl K Navigate Open Esc