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 Sendlimiter bot sends DMs to the individual if their message is deleted. However, Sendlimiter tries to send DMs for some message that are not deleted.
Desired behavior
Only send DMs of a deleted message.
Strategy
Attempt to execute the message delete operation before attempting to send a DM.
Unexpected behavior
The Sendlimiter bot sends DMs to the individual if their message is deleted. However, Sendlimiter tries to send DMs for some message that are not deleted.
Desired behavior
Only send DMs of a deleted message.
Strategy
Attempt to execute the message delete operation before attempting to send a DM.
Relevant code location
sendlimiter/main.go
Lines 51 to 73 in 0d28108
The text was updated successfully, but these errors were encountered: