From 84ec839b041a0da2a7a950c47f003d5bebfe4685 Mon Sep 17 00:00:00 2001 From: Manti <67705577+mantikafasi@users.noreply.github.com> Date: Wed, 16 Nov 2022 02:40:46 +0300 Subject: Add ReviewDB Plugin (#187) Co-authored-by: Ven --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index b0237ad..307de87 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -93,6 +93,10 @@ export const Devs = Object.freeze({ name: "Nickyux", id: 427146305651998721n }, + mantikafasi: { + name: "mantikafasi", + id: 287555395151593473n + }, Xinto: { name: "Xinto", id: 423915768191647755n -- cgit