WoW:API GetGuildRosterMOTD: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GetGuildRosterMOTD to WoW:API GetGuildRosterMOTD without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < GetGuildRosterMOTD

Gets the guild message of the day

local guildMOTD = GetGuildRosterMOTD()

Parameters

Arguments

none

Returns

  • guildMOTD (string) - The guild Message of the Day

External links