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
awaite.Member.BanAsync(TimeSpan.FromDays(7),"Matching patterns of known raiders, please unban if appealed.");
91
+
awaite.Member.BanAsync(TimeSpan.FromDays(7),"Matching patterns of known raiders, please unban if appealed.");
93
92
94
-
awaitLogChannelHelper.LogMessageAsync("investigations",$"{cfgjson.Emoji.Banned} Automatically appeal-banned {e.Member.Mention} for matching the creation date of the {IdAutoBanSet.Name} DM scam raiders.");
95
-
}
93
+
awaitLogChannelHelper.LogMessageAsync("investigations",$"{cfgjson.Emoji.Banned} Automatically appeal-banned {e.Member.Mention} for matching the creation date of the {IdAutoBanSet.Name} DM scam raiders.");
94
+
}
96
95
97
-
db.HashSet(IdAutoBanSet.Name,e.Member.Id,true);
96
+
db.HashSet(IdAutoBanSet.Name,e.Member.Id,true);
97
+
}
98
98
}
99
99
100
100
// Restore user overrides stored in db (if there are any)
0 commit comments