mirror of
https://github.com/danbulant/Shasha
synced 2026-06-20 14:51:22 +00:00
Forgot a tiny thing
This commit is contained in:
parent
b7b5d0dc5d
commit
30839822c7
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ Structures.extend("Guild", g => {
|
|||
let found = [];
|
||||
if (this.infractions.length > 0) {
|
||||
for (const inf of this.infractions) {
|
||||
let added = false;
|
||||
for (const user of inf.by) {
|
||||
if (user.id === get) {
|
||||
found.push(inf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue