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

[Warnings] Use user instead of member parameter #116

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

killerbite95
Copy link
Contributor

In check/check.py and replace the line 63 to solve this.

// Original //
await ctx.invoke(ctx.bot.get_command("warnings"), user=member)

// New Line //
await ctx.invoke(ctx.bot.get_command("warnings"), member=member.id)

@Dav-Git Dav-Git linked an issue Mar 26, 2024 that may be closed by this pull request
@Dav-Git Dav-Git changed the title Check doesn't show warnings from Warnings [Warnings] Use user instead of member parameter Mar 26, 2024
@Dav-Git Dav-Git merged commit 00619ff into Dav-Git:master Mar 26, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check doesn't show warnings from Warnings cog
2 participants