WoW:API GuildSetMOTD: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Updated to match the current API boilerplate.) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} __NOTOC__ | ||
Sets the guild | |||
Sets the guild message of the day. | |||
GuildSetMOTD("message") | GuildSetMOTD("message") | ||
== Arguments == | |||
:"message" : String - The message to set | |||
== Returns == | |||
:nil |
Revision as of 17:59, 25 June 2007
← WoW API < GuildSetMOTD
Sets the guild message of the day.
GuildSetMOTD("message")
Arguments
- "message" : String - The message to set
Returns
- nil