DenizenScript / dDiscordBot

A Discord bot for Denizen!
MIT License
10 stars 13 forks source link

add status and activity tags for DiscordUserTag #22

Closed Mwthorn closed 4 years ago

Mwthorn commented 4 years ago

<DiscordUserTag.status> The status should return a ElementTag which can either be ONLINE, DND, IDLE, or INVISIBLE.

<DiscordUserTag.activity> The activity should return a ElementTag which can either be PLAYING, STREAMING, LISTENING, or WATCHING. Additionally the tag should include the activity the user is doing or maybe split it up with <DiscordUserTag.activity_type>.

mcmonkey4eva commented 4 years ago

It seems like this information (presence) is locked to guild membership in Discord4j. Weird.