WoW:API GuildSetMOTD: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API GuildSetMOTD to API GuildSetMOTD without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Sets the guild MOTD.<br>
 
<pre>
Sets the guild message of the day.
GuildSetMOTD("message");
GuildSetMOTD("message")
</pre>
 
 
== Arguments ==
:"message" : String - The message to set
 
 
== Returns ==
:nil

Latest revision as of 04:46, 15 August 2023

WoW API < GuildSetMOTD


Sets the guild message of the day.

GuildSetMOTD("message")


Arguments[edit]

"message" : String - The message to set


Returns[edit]

nil