Skip to content

Commit ae30bed

Browse files
committed
Add coding-a-bot to Discord Bots
1 parent 1e9185c commit ae30bed

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
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!",
33
"description": "...",
4-
"videos": ["discord/2023-workflow", "discord/setup-node-project"]
4+
"videos": ["discord/2023-workflow", "discord/setup-node-project", "discord/coding-a-bot"]
55
}
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"title": "Coding a Discord Bot",
3+
"description": "",
4+
"videoId": "Cv9KLtbHpjY",
5+
"nebulaSlug": "",
6+
"date": "2023-11-11",
7+
"canContribute": false,
8+
"languages": ["JavaScript", "Node.js", "discord.js"],
9+
"topics": ["discord bots"],
10+
"timestamps": [],
11+
"codeExamples": [
12+
{
13+
"title": "Coding a Discord Bot",
14+
"description": "Code and instructions for creating a Discord bot using discord.js",
15+
"urls": {
16+
"node": "https://github.com/CodingTrain/Discord-Bot-Examples/tree/main/01-discordjs"
17+
}
18+
}
19+
],
20+
"groupLinks": [
21+
{
22+
"title": "References",
23+
"links": [
24+
{
25+
"icon": "🤖",
26+
"title": "Discord Developer Portal",
27+
"url": "https://discord.com/developers/applications",
28+
"description": "Applications page in the Discord Developer Portal"
29+
},
30+
{
31+
"icon": "📃",
32+
"title": "Discord API Documentation",
33+
"url": "https://discord.com/developers/docs/reference",
34+
"description": "Documentation for the Discord API"
35+
},
36+
{
37+
"icon": "🎨",
38+
"title": "Discord.js",
39+
"url": "https://discord.js.org/",
40+
"description": "A powerful package for interacting with the Discord API"
41+
},
42+
{
43+
"icon": "📄",
44+
"title": "Discord.js Guide",
45+
"url": "https://discordjs.guide/",
46+
"description": "The official guide for discord.js, created and maintained by core members of its community."
47+
},
48+
{
49+
"icon": "💾",
50+
"title": "Discord Gateway Intents",
51+
"url": "https://github.com/CodingTrain/Discord-Bot-Examples/wiki/Discord-GatewayIntents-explained/",
52+
"description": "A wiki page explaining Discord Gateway Intents"
53+
}
54+
]
55+
}
56+
],
57+
"credits": [
58+
{
59+
"title": "Editing",
60+
"name": "Mathieu Blanchette"
61+
},
62+
{
63+
"title": "Animations",
64+
"name": "Jason Heglund"
65+
}
66+
]
67+
}

0 commit comments

Comments
 (0)