diff --git a/users.py b/users.py index 8426663..f3a64a3 100644 --- a/users.py +++ b/users.py @@ -1,13 +1,26 @@ USERS = [ - ("Breizh_craft", "Breizh"), + # The gods + ("Lephenixnoir", "Lephenixnoir"), + ("Lephenixnoir", "Lephe"), + ("Shadow15510", "Shadow"), + ("Critor", "Critor"), + # The old gods ("Dark Storm", "Darks"), ("Dark Storm", "Eldeberen"), - ("Eragon", "eragon"), - ("FlamingKite", "FKite"), - ("FlamingKite", "FKite_"), - ("Hackcell", "Alice"), - ("Kikoodx", "KikooDX"), - ("Lephenixnoir", "Lephe"), + # The priests + ("Breizh_craft", "Breizh"), + # Senators ("Massena", "massena"), ("Potter360", "potter360"), + ("Tituya", "Tituya"), + # The masters of the puzzles + ("Eragon", "eragon"), + ("Hackcell", "Alice"), + # Judges + ("Kikoodx", "KikooDX"), + # This ends the list of sacred users + # This is the start of the plebs + ("Acrocasio", "Acrocasio"), + ("FlamingKite", "FKite"), + ("FlamingKite", "FKite_"), ]