|
| 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