diff --git a/tuxcord/members.json b/tuxcord/members.json index edf847c..fad45cc 100644 --- a/tuxcord/members.json +++ b/tuxcord/members.json @@ -37,9 +37,15 @@ { "name": "Grialion" }, + { + "name": "MightyCoderX", + "website": "https://github.com/MightyCoderX", + "pfp": "mcx.png" + }, { "name": "Spamix", - "website": "https://decompil.in" + "website": "https://decompil.in", + "pfp": "spamix.webp" } ] diff --git a/tuxcord/static/mcx.png b/tuxcord/static/mcx.png new file mode 100644 index 0000000..81b6e06 Binary files /dev/null and b/tuxcord/static/mcx.png differ diff --git a/tuxcord/static/spamix.webp b/tuxcord/static/spamix.webp new file mode 100644 index 0000000..145e057 Binary files /dev/null and b/tuxcord/static/spamix.webp differ