I’m looking for advice on integrating Discord directly into my website.
I want to create a seamless user experience by embedding a Discord server or chat widget on my website.
Problem: I’m unsure of the best way to set this up and what tools or code are needed.
my website
-
Your best bet is to create an application/bot in your server that gets all messages, usernames, avatars and other information and to rebuild the Discord interface from scratch, although, I know discord does provide widgets for voice chats. However, I don't think this is the case for Text Channels.
I would have a bot to scrape all information from the channel and the server, and create a website which uses the data provided by the bot thats probably saved in a Database, to then use this data and rebuild discords UI, or make my own.
This would take some intermediate knowledge of Node.JS if you want to use discord.js for the bot, and also SQL/noSQL databases and finally, full-stack web development e.g. Express.js API/Backend with a React/Next.JS frontend.
0 -
Hey, I'm looking for something similar for my futsal world cup page but is there a quick (less technical) way to do that?
0
Accedi per aggiungere un commento.
Commenti
2 commenti