-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: message forwarding #2598
base: master
Are you sure you want to change the base?
feat: message forwarding #2598
Conversation
more or less done, just need to add mention/role mention handling and partialmessage support... but still 403ing on my bot 😔 |
unlucky bcs its 95% out. you're in th holdout group. try making a new bot |
Signed-off-by: UK <41271523+NeloBlivion@users.noreply.github.com>
@NeloBlivion status? |
Signed-off-by: UK <41271523+NeloBlivion@users.noreply.github.com>
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing required
ah yeah, forgot to tick that box; as far as i've tested there haven't been any issues. |
Signed-off-by: UK <41271523+NeloBlivion@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats the status here, can this be tested and merged?
As far as I've tested it operates fine, would appreciate others testing if they may know of any edge cases/weird behaviour with the attributes of |
(Actually haven't done a full review of docs so maybe that'd be a good idea) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IS there a particular reason this is not getting merged ? Or is this ok di per se ?
A reference to the :class:`~discord.Message` you are replying to or forwarding, this can be created using | ||
:meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. When replying, you can control |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reference to the :class:`~discord.Message` you are replying to or forwarding, this can be created using | |
:meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. When replying, you can control | |
A reference to the :class:`~discord.Message` you are replying to or forwarding, this can be created using | |
:meth:`~discord.Message.to_reference` or passed directly as a :class:`~discord.Message`. When replying, you can control |
Two things here
- this is a run-on sentence. Please reword and fix.
- "you" is too casual and the sentence should be reworded in passive voice.
Co-authored-by: JustaSqu1d <89910983+JustaSqu1d@users.noreply.github.com> Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Signed-off-by: Lala Sabathil <lala@pycord.dev>
This pr should be marked as fixing |
done but i still won't pay you |
Summary
Implements message forwarding, alongside some small cleanups for other message features.
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.