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 = 8Command channel, for entering game commands.
Discord = 9Discord integration channel.
Guild = 4Guild chat, visible to guild members.
Party = 3Party chat, visible to party members.
Region = 2Region chat, visible to players in the same region.
Say = 0Local chat, visible to nearby players.
System = 7System messages, such as notifications or alerts.
Tell = 5Private message (tell) between two players.
Trade = 6Trade chat, for trading-related messages.
World = 1Global chat, visible to all players in the world.