Enum BridgeResult
- Namespace
- FishMMO.DiscordBot.Services
- Assembly
- FishMMO-DiscordBot.dll
Result of a Discord-to-game bridge operation.
public enum BridgeResult : byte
Fields
BridgeBanned = 5The user's linked game account is bridge-banned.
EmptyMessage = 3Message content was empty or whitespace.
Error = 6A database or unexpected error occurred.
NotManagedChannel = 1Channel is not a managed game chat channel.
ParseFailure = 4Could not extract World/Scene IDs from the channel.
RateLimited = 2User exceeded the message rate limit.
Success = 0Message was successfully bridged to the game database.