chore: lint

This commit is contained in:
spiral 2022-07-05 14:42:58 -04:00
parent 6b4f620c7f
commit cc0edd3ed8
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E
2 changed files with 4 additions and 4 deletions

View File

@ -96,9 +96,9 @@ public class Context
// if (embed != null) // if (embed != null)
// { // {
// Sensitive information that might want to be deleted by :x: reaction is typically in an embed format (member cards, for example) // Sensitive information that might want to be deleted by :x: reaction is typically in an embed format (member cards, for example)
// but since we can, we just store all sent messages for possible deletion // but since we can, we just store all sent messages for possible deletion
await _commandMessageService.RegisterMessage(msg.Id, msg.ChannelId, Author.Id); await _commandMessageService.RegisterMessage(msg.Id, msg.ChannelId, Author.Id);
// } // }
return msg; return msg;