WoW:API GuildSetMOTD: Difference between revisions

Updated to match the current API boilerplate.
mNo edit summary
(Updated to match the current API boilerplate.)
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
Anonymous user