Skip to content

feat: integrate the auto-thread plugin into the core lib #352

@EdJoPaTo

Description

@EdJoPaTo

ctx.reply() (and similar reply methods) do not reply to the current forum thread. They should as their use is to be a reply to whatever the current context is.

Not sure if this is a breaking change or not as it personally sounds like a bugfix to me.

Workaround until fixed:

await ctx.reply("something", {
  message_thread_id: 314,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions