Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add soundmoijs #736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add soundmoijs #736

wants to merge 1 commit into from

Conversation

Lexedia
Copy link
Member

@Lexedia Lexedia commented Jan 26, 2025

Description

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • Ran dart analyze or make analyze and fixed all issues
  • Ran dart format --set-exit-if-changed -l 160 ./lib or make format and fixed all issues
  • I have made corresponding changes to the documentation

@Lexedia Lexedia added enhancement New feature or request minor change This change will affect the next minor release labels Jan 26, 2025
@Lexedia Lexedia added this to the 6.6.0 milestone Jan 26, 2025
@Lexedia Lexedia self-assigned this Jan 26, 2025
@@ -394,7 +395,7 @@ class MessageManager extends Manager<Message> {
///
/// [raw] must be the inner `message` field from the actual message snapshot
/// object. See the comment on [MessageReference] for why.
MessageSnapshot parseMessageSnapshot(Map<String, Object?> raw) {
MessageSnapshot parseMessageSnapshot(Map<String, Object?> raw, {Snowflake? guildId}) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we pass guildId in the other places we call parseMessageSnapshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor change This change will affect the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants