From 5db5573296d1721aa573ca8e97d544176d485d72 Mon Sep 17 00:00:00 2001 From: xnacly Date: Sun, 21 Feb 2021 19:09:27 +0100 Subject: fixed typo in Ban.ts --- dist/models/Ban.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/models') diff --git a/dist/models/Ban.d.ts b/dist/models/Ban.d.ts index 8960ca52..a4357d5c 100644 --- a/dist/models/Ban.d.ts +++ b/dist/models/Ban.d.ts @@ -3,7 +3,7 @@ import { Schema, Document } from "mongoose"; export interface Ban extends Document { user_id: bigint; guild_id: bigint; - executor_id: BigInt; + executor_id: bigint; ip: string; reason?: string; } -- cgit 1.5.1