feat: role delete logging, used invite logging, also some random changes
This commit is contained in:
parent
4f54077c68
commit
c906a4d6b6
18 changed files with 386 additions and 76 deletions
|
|
@ -78,10 +78,7 @@ public class RoleUpdateResponder(
|
|||
// All updates are shown in fields. If there are no fields, there were no updates we care about
|
||||
// (we don't care about position, for example, because it's not actually useful)
|
||||
if (embed.Fields.Count == 0)
|
||||
{
|
||||
_logger.Debug("We don't care about update of role {RoleId}, ignoring", evt.Role.ID);
|
||||
return Result.Success;
|
||||
}
|
||||
|
||||
var guildConfig = await db.GetGuildAsync(evt.GuildID, ct);
|
||||
webhookExecutor.QueueLog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue