5 lines
187 B
Lua
5 lines
187 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canEdit
|
|
---Returns whether the player is allowed to edit the guild Message of the Day
|
|
function CanEditMOTD() end |