From 70892870161edad2a44ae36bdf9092961ef830bb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:02:10 +0200 Subject: :art: Convert id bigint to string --- src/util/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/Config.ts') diff --git a/src/util/Config.ts b/src/util/Config.ts index a9cbddde..60d83e1a 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts @@ -23,7 +23,7 @@ export interface RateLimit { export interface DefaultOptions { general: { - instance_id: bigint; + instance_id: string; }; permissions: { user: { -- cgit 1.5.1