Suggestion: Guild Message of the Day

Suggestion: Guild Message of the Day

in API Development

Posted by: Sanku.6071

Sanku.6071

It would be awesome if you could get the guild message of the day via the API. Is there any way to implement this?

Because at the moment i have to log in to read the latest updates (raid, fraktal times).
And with an api request you could check it via an app or website.

Suggestion: Guild Message of the Day

in API Development

Posted by: bxt.7691

bxt.7691

You can potentially get it from the /guild/*/log/ call in the API if the MOTD has been changed recently. Could write a script to read that API every now and again and store the latest MOTD somewhere such as a Discord channel topic.

Not aware of a ’get me the current MOTD’ call though.

Suggestion: Guild Message of the Day

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

It’s on the todo list, the goal is to put it in /v2/guild/:id (which would be available to any guild members regardless of rank). I’ll bump the priority on that up a bit; don’t recall offhand what blocking issues that had.