I’m looking for advice on integrating Discord directly into my website.

ข้อคิดเห็น

2 ข้อคิดเห็น

  • thi

    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
  • Olivia Carter

    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

โปรด ลงชื่อเข้าใช้ เพื่อแสดงข้อคิดเห็น