Eslint fix all

This commit is contained in:
March 7th
2022-04-16 19:01:05 +07:00
parent c3764e77c4
commit 2a559f7d36
38 changed files with 209 additions and 207 deletions

View File

@@ -3,7 +3,9 @@
const { Events } = require('../../../util/Constants');
module.exports = (client, { d: data }) => {
data.user ? client.users._add(data.user) : null;
if (data.user) {
client.users._add(data.user);
}
client.relationships.cache.set(data.id, data.type);
/**
* Emitted whenever a relationship is updated.