summary refs log tree commit diff
path: root/src/util/Event.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-04 22:01:45 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-03-04 22:01:45 +0100
commit56c9e4377712e1a13e4d4f391ac0cf34cfb6e91d (patch)
tree35e7e6b28314ab209295164a910cbe72a5573126 /src/util/Event.ts
parent[Users] @me self + guilds (diff)
downloadserver-56c9e4377712e1a13e4d4f391ac0cf34cfb6e91d.tar.xz
:sparkles: Schema
Diffstat (limited to 'src/util/Event.ts')
-rw-r--r--src/util/Event.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Event.ts b/src/util/Event.ts

index 31838583..43c51d5c 100644 --- a/src/util/Event.ts +++ b/src/util/Event.ts
@@ -8,3 +8,5 @@ export async function emitEvent(payload: Omit<Event, "created_at">) { return await new EventModel(obj).save(); } + +export async function emitAuditLog(payload: any) {}