Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@indyteo
Copy link
Contributor

@indyteo indyteo commented Apr 1, 2023

Description:
This PR fixes tiny error about the name of a field in GetAutoModRuleByIdAction.
The field has been renamed from stickerId to autoModRuleId.

Justification:
I suspect this typo comes from a copy-paste from the GetStickerByIdAction file and the author forgot to change it. The name I put comes from it's usage here:

public static GetAutoModRuleByIdAction getAutoModRuleById(long guildId, long autoModRuleId) {
    return new GetAutoModRuleByIdAction(guildId, autoModRuleId);
}

@Doc94
Copy link
Member

Doc94 commented Apr 2, 2023

Ups, xd
yeah when make this i use a base for know what need and in all cases i forget rename this things...
LGTM

@quanticc quanticc added the bug A general bug label Apr 8, 2023
@quanticc quanticc added this to the 3.2.5 milestone Apr 8, 2023
Copy link
Member

@quanticc quanticc left a comment

Choose a reason for hiding this comment

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

Thanks!

@quanticc quanticc merged commit 3f968b8 into Discord4J:3.2.x Apr 8, 2023
quanticc added a commit that referenced this pull request Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants