Skip to content

Embedding in Discord #9

@Bergene

Description

@Bergene

Hi.

I have been trying to use the 'embed' feature in Discord with your plugin. I can't seem to make it work.

I don't know Java nor YAML but this is what I've tried:

json:
        content: '{COMMAND_PARAM_1}'
        embeds:
        - title: 'asdf'
          description: 'asdfasdf'
          color: 2752256
json:
        content: '{COMMAND_PARAM_1}'
        embeds:
                - title: 'asdf'
                - description: 'asdfasdf'
                - color: '2752256'

Is this possible, am I doing it wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions