VoiceChannelEffectSendAnimationType
EnumOn this page
discord.VoiceChannelEffectSendAnimationType lists the named constants for this enumeration. Prefer these names over hardcoded literals.
Values
discord.VoiceChannelEffectSendAnimationType.Premium0Premium. Use the symbolic name in bot code rather than the raw value.
discord.VoiceChannelEffectSendAnimationType.Basic1Basic. 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
local discord = require("discord")
print(discord.VoiceChannelEffectSendAnimationType.Premium)