From 2088c75a216313a087b693299f2f1c267366379e Mon Sep 17 00:00:00 2001 From: Eragon Date: Wed, 14 Dec 2022 16:22:58 +0100 Subject: [PATCH] Jokes and users --- users.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/users.py b/users.py index 50cde6a..cf4317f 100644 --- a/users.py +++ b/users.py @@ -1,6 +1,17 @@ users = [ + # The gods + ("Lephenixnoir", "Lephenixnoir") + ("Shadow15510", "Shadow"), + ("Critor", "Critor"), + # The old gods ("Dark Storm", "Darks"), ("Dark Storm", "Eldeberen"), + # The priests ("Breizh_craft", "Breizh"), - ("Eragon", "eragon") + # The masters of the puzzles + ("Eragon", "eragon"), + ("Hackcell", "Alice"), + # This ends the list of sacred users + # This is the start of the plebs + ("Acrocasio", "Acrocasio") ]