Posting GIFs
Discord Bot Lesson #5
In this video, I demonstrate how to post GIFs to Discord from a bot.
Topics
- 0:00 - Introduction!
- 0:37 - Explain! Tenor API
- 1:13 - Code! Add !gif command
- 2:33 - Try! Multiple commands
- 2:49 - Explain! Tenor Documentation
- 3:38 - Code! fetch() some Coding Train GIFs
- 6:01 - Try! console.log data from tenor
- 6:46 - Code! Having bot send gif url
- 7:28 - Try! Do we get a gif in discord?
- 7:42 - Code! Let's make it random
- 8:57 - Try! Hopefully that was all the mistakes
- 9:14 - Code! Add a search term
- 11:55 - Code! Add content filtering
- 12:56 - Try! Let's find out if it works
- 13:42 - Code! Add some alt text for the gif
- 14:00 - Try! Make sure that worked
- 14:15 - Wrap up! Choo Choo
Community Contributions
It seems like there haven't been made any variations based on this lesson by the community yet. Be the first and add your own! If you don't know how, take a look at this guide.
Links discussed in this lesson
Videos discussed in this lesson
- Hiding API Keys with .env by The Coding Train
- Fetch by The Coding Train
- async/await Part 1 by The Coding Train
- Fire Effect - Coding Challenge #103 by The Coding Train