You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mod commands mute, unmute, kick, and warn all use a MemberTransformer to collect the member to take action on. The ban command is the only command to take a User. This allows the banning of members not currently within the server.
The commands mute, unmute, and kick all require a member object to proceed with the action.
Therefore warn should be changed to not require a member object. For the remaining commands requiring a member object, stronger error information should be provided.
Discord Contact Details
183092910495891467
Title
Mod commands fail when trying to take action on non existent server member
Reproduction Steps
Expected Results
Command informs the user that member is not present in the server
Actual Results
An unhandled exception is thrown
Relevant log output
System Information
No response
The text was updated successfully, but these errors were encountered: