File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed
tracks/side-tracks/discord-bots
videos/discord/coding-a-bot Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Discord Bots!" ,
3
- "description" : " ... " ,
3
+ "description" : " Learn to create a Discord bot using Discord.js in Node.js! " ,
4
4
"videos" : [" discord/2023-workflow" , " discord/setup-node-project" , " discord/coding-a-bot" ]
5
5
}
Original file line number Diff line number Diff line change 17
17
{ "time" : " 12:47" , "title" : " Code! Getting the bot to log into Discord" },
18
18
{ "time" : " 18:16" , "title" : " Creating a slash command" },
19
19
{ "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" },
24
21
{ "time" : " 30:08" , "title" : " How Discord bots communicate with Discord" },
25
22
{ "time" : " 32:00" , "title" : " Discord.JS documentation" }
26
23
],
78
75
"description" : " A wiki page explaining Discord Gateway Intents"
79
76
}
80
77
]
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
+ ]
81
95
}
82
96
],
83
97
"credits" : [
You can’t perform that action at this time.
0 commit comments