From 4773a054d5ca421e0eb7e1bcc4da229f0500bed6 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 2 Aug 2024 21:20:20 +0100 Subject: [PATCH] Add missing trailing comma I'm sorry. --- arthur/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arthur/constants.py b/arthur/constants.py index add2048..197a1b2 100644 --- a/arthur/constants.py +++ b/arthur/constants.py @@ -12,5 +12,5 @@ "moderators": 267629731250176001, "coredevs": 587606783669829632, "events": 778361735739998228, - "directors": 267627879762755584 + "directors": 267627879762755584, }