6 lines
277 B
Lua
6 lines
277 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---Creates a new guild announcement and selects it for viewing/editing. Guild announcements are visible to all guild members but do not allow signups or invitations.
|
|
function CalendarNewGuildAnnouncement() end
|