From f2560a081ef1f345cc361bafa49c81d61d4492fe Mon Sep 17 00:00:00 2001 From: Thijs Eilander Date: Mon, 19 Jun 2023 03:52:33 +0200 Subject: [PATCH] added my own id into the dev team --- data/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/config.json b/data/config.json index 2c87ff6..2098490 100755 --- a/data/config.json +++ b/data/config.json @@ -8,7 +8,8 @@ "rankings": [], "devTeamIds": [ "481933290912350209", - "269249959973355520" + "269249959973355520", + "448606738669633536", ], "ownerId": "481933290912350209" -} \ No newline at end of file +}