summary refs log tree commit diff
path: root/src/util/Member.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-27 18:15:33 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-27 18:15:33 +0200
commitb00815b025575bfe79f6f5d2d4004b8da9b9b946 (patch)
tree1d86d7767ba8f29396421ca0ed37afb892214252 /src/util/Member.ts
parent:bug: fix bans (diff)
parent:arrow_up: npm i @fosscord/server-util@1.3.5 (diff)
downloadserver-b00815b025575bfe79f6f5d2d4004b8da9b9b946.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to 'src/util/Member.ts')
-rw-r--r--src/util/Member.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/Member.ts b/src/util/Member.ts

index e6df5d2c..7b06720b 100644 --- a/src/util/Member.ts +++ b/src/util/Member.ts
@@ -10,11 +10,11 @@ import { RoleModel, toObject, UserModel, - GuildDocument + GuildDocument, + Config } from "@fosscord/server-util"; import { HTTPError } from "lambert-server"; -import Config from "./Config"; import { emitEvent } from "./Event"; import { getPublicUser } from "./User";