fac30sb / discord-chatbot-emma-egbie

0 stars 0 forks source link

14. Multimedia Responses (Images, GIFs, Audio Clips) #14

Open electricblues opened 7 months ago

electricblues commented 7 months ago

Hint: Send multimedia content using message.channel.send() with the files option. For audio, explore Discord.js voice modules for handling voice channels and streaming.

electricblues commented 7 months ago

idea: maybe we integrate giphy instead of managing/sending our own files? Or maybe we want to integrate dall-e instead by saving the images on the server then sending them in the chat.