5 lines
177 B
Lua
5 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string guildMOTD
|
|
---Returns the Message of the Day for the player's guild
|
|
function GetGuildRosterMOTD() end |