Skip to content

Commit a1bd8a6

Browse files
committed
add video references
1 parent 70d5d16 commit a1bd8a6

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Discord Bots!",
3-
"description": "...",
3+
"description": "Learn to create a Discord bot using Discord.js in Node.js!",
44
"videos": ["discord/2023-workflow", "discord/setup-node-project", "discord/coding-a-bot"]
55
}

content/videos/discord/coding-a-bot/index.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
{ "time": "12:47", "title": "Code! Getting the bot to log into Discord" },
1818
{ "time": "18:16", "title": "Creating a slash command" },
1919
{ "time": "24:00", "title": "Deploying the slash command" },
20-
{
21-
"time": "25:53",
22-
"title": "Listening for the command interaction and executing the command"
23-
},
20+
{ "time": "25:53", "title": "Listening for the command interaction and executing the command" },
2421
{ "time": "30:08", "title": "How Discord bots communicate with Discord" },
2522
{ "time": "32:00", "title": "Discord.JS documentation" }
2623
],
@@ -78,6 +75,23 @@
7875
"description": "A wiki page explaining Discord Gateway Intents"
7976
}
8077
]
78+
},
79+
{
80+
"title": "Videos",
81+
"links": [
82+
{
83+
"icon": "🚂",
84+
"title": "Hiding API keys with .env",
85+
"url": "/tracks/data-and-apis-in-javascript/data/3-the-weather-here/4-environment-variables",
86+
"description": "Using dotenv to hide API keys"
87+
},
88+
{
89+
"icon": "🚂",
90+
"title": "async/await",
91+
"url": "tracks/topics-in-native-javascript/js/async-await-part-1",
92+
"description": "Working with Promises in asynchronous JavaScript"
93+
}
94+
]
8195
}
8296
],
8397
"credits": [

0 commit comments

Comments
 (0)