Skip to content

Commit fe45861

Browse files
committed
Update personal info
1 parent 71402b4 commit fe45861

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
build = Builder()
88
argument = sys.argv[1] if len(sys.argv) > 1 else None
99

10-
with open("./data.json", "r", encoding="utf-8") as f:
10+
with open("./static/data.json", "r", encoding="utf-8") as f:
1111
data = json.load(f)
1212

1313

data.json renamed to static/data.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"desc": "the only bot your Discord would ever need, it's time to ditch Mee6 and Tickets",
66
"url": "https://xela.dev"
77
},
8+
{
9+
"name": "discord.http",
10+
"desc": "Python library that handles interactions from Discord POST requests.",
11+
"url": "https://github.com/AlexFlipnote/discord.http"
12+
},
813
{
914
"name": "KawaiiBot",
1015
"desc": "a kawaii bot that makes your server more kawaii",
1116
"url": "https://kawaiibot.dev/"
1217
},
13-
{
14-
"name": "discord_bot.py",
15-
"desc": "a simple discord bot that helps you get started within discord.py",
16-
"url": "https://github.com/xelA/discord_bot.py"
17-
},
1818
{
1919
"name": "Modesta",
2020
"desc": "a responsive CSS framework with built-in dark and light theme",
@@ -26,14 +26,14 @@
2626
"url": "https://github.com/AlexFlipnote/GiveMeBadge"
2727
},
2828
{
29-
"name": "AlexFlipnote/homepage",
30-
"desc": "website that can be used as a personal start page with clock and date",
31-
"url": "https://alexflipnote.dev/homepage"
29+
"name": "neofetch-win",
30+
"desc": "neofetch, but for Windows",
31+
"url": "https://github.com/AlexFlipnote/neofetch-win"
3232
},
3333
{
34-
"name": "CoffeeAPI",
35-
"desc": "simple, yet powerful API providing random images",
36-
"url": "https://github.com/AlexFlipnote/CoffeeAPI"
34+
"name": "dotenvplus",
35+
"desc": "Reads key-value pairs from a .env file and supports multiple values with dynamic interpolation.",
36+
"url": "https://github.com/AlexFlipnote/dotenvplus"
3737
},
3838
{
3939
"name": "diskspace",

0 commit comments

Comments
 (0)