Sets the guild Message of the Day. Guild members see the message of the day upon login and whenever it is changed (and cannot disable its display in the default UI), so keeping the message concise is recommended.


See also Guild functions.

Signature:

GuildSetMOTD("message")

Arguments:

  • message - New text for the message of the day (up to 128 characters; embedded newlines allowed) (string)

Examples:

-- Set a message of the day
GuildSetMOTD("This is a message of the day")

-- Set a two-line message of the day
GuildSetMOTD("Please vote for the following applicants on our forums:\nCladhaire\nCairthas")