Table of Contents

Enum BridgeResult

Namespace
FishMMO.DiscordBot.Services
Assembly
FishMMO-DiscordBot.dll

Result of a Discord-to-game bridge operation.

public enum BridgeResult : byte

Fields

BridgeBanned = 5

The user's linked game account is bridge-banned.

EmptyMessage = 3

Message content was empty or whitespace.

Error = 6

A database or unexpected error occurred.

NotManagedChannel = 1

Channel is not a managed game chat channel.

ParseFailure = 4

Could not extract World/Scene IDs from the channel.

RateLimited = 2

User exceeded the message rate limit.

Success = 0

Message was successfully bridged to the game database.