Table of Contents

Enum ChatChannel

Namespace
FishMMO.DiscordBot
Assembly
FishMMO-DiscordBot.dll

Enum representing the different chat channels available in the game.

public enum ChatChannel : byte

Fields

Command = 8

Command channel, for entering game commands.

Discord = 9

Discord integration channel.

Guild = 4

Guild chat, visible to guild members.

Party = 3

Party chat, visible to party members.

Region = 2

Region chat, visible to players in the same region.

Say = 0

Local chat, visible to nearby players.

System = 7

System messages, such as notifications or alerts.

Tell = 5

Private message (tell) between two players.

Trade = 6

Trade chat, for trading-related messages.

World = 1

Global chat, visible to all players in the world.