oakbrad / dungeonchurch

D&D group infrastructure & homebrew setting.
https://www.dungeon.church
54 stars 5 forks source link

/lore command should show collaborators in footer #50

Closed oakbrad closed 2 months ago

oakbrad commented 2 months ago

Collaborators are included in document.collaboratorIds as an array of author IDs. [0] appears to always be the author.

["a9faceea-49ed-452d-b454-0d440a7891ad","f894bfb1-1a8e-4922-9b26-c92bca9ec9b5"]

Discord Embed Footer:

    footer: {
        text: 'Some footer text here',
        icon_url: 'https://i.imgur.com/AfFp7pu.png',
    },

Should set this up as a subflow that returns two lists of names and icon URLs

oakbrad commented 2 months ago

Done, also added secondary image to embed if it exists.