WoW:API GetGuildRosterMOTD: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with " ")
 
m (Move page script moved page API GetGuildRosterMOTD to WoW:API GetGuildRosterMOTD without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{wowapi}}
Gets the guild message of the day
local guildMOTD = GetGuildRosterMOTD()
 
== Parameters ==
=== Arguments ===
: none
 
=== Returns ===
* guildMOTD (string) - The guild Message of the Day
 
== External links ==
{{elink|site=WoWProgramming.com|link=http://wowprogramming.com/docs/api/GetGuildRosterMOTD|desc=GetGuildRosterMOTD}}

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