mirror of
https://github.com/danbulant/Shasha
synced 2026-07-08 12:31:15 +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 = [];
|
let found = [];
|
||||||
if (this.infractions.length > 0) {
|
if (this.infractions.length > 0) {
|
||||||
for (const inf of this.infractions) {
|
for (const inf of this.infractions) {
|
||||||
let added = false;
|
|
||||||
for (const user of inf.by) {
|
for (const user of inf.by) {
|
||||||
if (user.id === get) {
|
if (user.id === get) {
|
||||||
found.push(inf);
|
found.push(inf);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue