DiscordLua
discorddiscord
v1.2.4
Install

VoiceChannelEffectSendAnimationType

Enum
On this page

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

Values

discord.VoiceChannelEffectSendAnimationType.Premium
0
Premium. Use the symbolic name in bot code rather than the raw value.
discord.VoiceChannelEffectSendAnimationType.Basic
1
Basic. Use the symbolic name in bot code rather than the raw value.

Usage

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

Example

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