From 5aee359cf385dca7b19fb9e94761f4b13a3efeb0 Mon Sep 17 00:00:00 2001 From: Intevel ツ <59223342+Intevel@users.noreply.github.com> Date: Sun, 21 Feb 2021 12:24:02 +0100 Subject: BanModel Update I edited the ban scheme and added a new value --- dist/models/Ban.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/models/Ban.d.ts') diff --git a/dist/models/Ban.d.ts b/dist/models/Ban.d.ts index 2f6399d7..8960ca52 100644 --- a/dist/models/Ban.d.ts +++ b/dist/models/Ban.d.ts @@ -3,6 +3,7 @@ import { Schema, Document } from "mongoose"; export interface Ban extends Document { user_id: bigint; guild_id: bigint; + executor_id: BigInt; ip: string; reason?: string; } -- cgit 1.5.1