Skip to content

Convert message links to Message objects in REPLs #226

@WitherredAway

Description

@WitherredAway

The Problem

Currently in repl commands (jsk py, etc) user/member mentions and channel mentions get converted to their respective User/Member and Channel objects. I absolutely love this feature and would love to see this work for message links as well (these now also appear in a mention style in the UI, although I'm using an older version in this screenshot)
Screenshot_2024-01-10-06-32-44-978_com

The Ideal Solution

Doing something like message = https://discord.com/channels/123/456/789 would give me the Message object like the commands.MessageConverter converter.

The Current Solution

N/A

Summary

Would be awesome to be able to get Message objects in REPLs from the message links like with user/channel mentions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions