Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/tracks/side-tracks/discord-bots/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Discord Bots!",
"description": "...",
"description": "Learn to create a Discord bot using Discord.js in Node.js!",
"videos": ["discord/2023-workflow", "discord/setup-node-project", "discord/coding-a-bot"]
}
22 changes: 18 additions & 4 deletions content/videos/discord/coding-a-bot/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
{ "time": "12:47", "title": "Code! Getting the bot to log into Discord" },
{ "time": "18:16", "title": "Creating a slash command" },
{ "time": "24:00", "title": "Deploying the slash command" },
{
"time": "25:53",
"title": "Listening for the command interaction and executing the command"
},
{ "time": "25:53", "title": "Listening for the command interaction and executing the command" },
{ "time": "30:08", "title": "How Discord bots communicate with Discord" },
{ "time": "32:00", "title": "Discord.JS documentation" }
],
Expand Down Expand Up @@ -78,6 +75,23 @@
"description": "A wiki page explaining Discord Gateway Intents"
}
]
},
{
"title": "Videos",
"links": [
{
"icon": "🚂",
"title": "Hiding API keys with .env",
"url": "/tracks/data-and-apis-in-javascript/data/3-the-weather-here/4-environment-variables",
"description": "Using dotenv to hide API keys"
},
{
"icon": "🚂",
"title": "async/await",
"url": "/tracks/topics-in-native-javascript/js/async-await-part-1",
"description": "Working with Promises in asynchronous JavaScript"
}
]
}
],
"credits": [
Expand Down