shoutbridge/users.py

18 lines
447 B
Python

users = [
# The gods
("Lephenixnoir", "Lephenixnoir")
("Shadow15510", "Shadow"),
("Critor", "Critor"),
# The old gods
("Dark Storm", "Darks"),
("Dark Storm", "Eldeberen"),
# The priests
("Breizh_craft", "Breizh"),
# 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")
]