From 53a9c7298f74ca2ccc4036d618f02ec1c71bf286 Mon Sep 17 00:00:00 2001 From: Lio Young Date: Mon, 19 Apr 2021 22:32:52 +0200 Subject: [PATCH] add thaldrin's api stuff --- src/utils/types.ts | 1 + src/utils/yiff.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/types.ts b/src/utils/types.ts index 380ceda..23b42e4 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -88,6 +88,7 @@ interface Supabase { interface Apis { sheri: string; yiffrest: string; + thaldrin: string; } interface Contributor { id: string; diff --git a/src/utils/yiff.ts b/src/utils/yiff.ts index 53a1687..5d86ad6 100644 --- a/src/utils/yiff.ts +++ b/src/utils/yiff.ts @@ -5,7 +5,8 @@ let yiff = new Yiff({ useragent: `${config.variables.name}/v${pkg.version} (t8.pm/bot)`, apikey: { sheri: config.apis.sheri, - yiffrest: config.apis.yiffrest + yiffrest: config.apis.yiffrest, + thaldrin: config.apis.thaldrin } })