diff --git a/tuxcord/members.json b/tuxcord/members.json index fad45cc..e888d19 100644 --- a/tuxcord/members.json +++ b/tuxcord/members.json @@ -1,6 +1,7 @@ [ { "name": "PixeL", + "pfp": "pixel.png", "additional": "Founder" }, { @@ -20,16 +21,17 @@ "pfp": "javalsai.avif", "additional": "Admin" }, + { + "name": "DeaDvey", + "website": "https://deadvey.tuxcord.net", + "additional": "Matrix Admin", + "pfp": "deadvey.png" + }, { "name": "Danmax", "website": "https://git.javalsai.tuxcord.net/danmax", "pfp": "danmax.png" }, - { - "name": "DeaDvey", - "website": "https://deadvey.tuxcord.net", - "pfp": "deadvey.png" - }, { "name": "duck-that-quacks", "website": "https://git.javalsai.tuxcord.net/duck-that-quacks" @@ -47,5 +49,4 @@ "website": "https://decompil.in", "pfp": "spamix.webp" } - ] diff --git a/tuxcord/static/pixel.png b/tuxcord/static/pixel.png new file mode 100644 index 0000000..85a83f9 Binary files /dev/null and b/tuxcord/static/pixel.png differ