Using the discord API with a bot and API connector in bubble IO

ข้อคิดเห็น

2 ข้อคิดเห็น

  • Maeonetta

    Good chance you may have tried this already but it might be the simple answer, just like what you do with adding a personal bot to a discord server via https://discord.com/api/oauth2/authorize 
    then adding the scope value:

    (continuing after authorize in url) -- >      ?client_id=YOUR_CLIENT_ID&scope=bot
    There may be a way to do this with bubble.io via webhooks where data can be sent
    albeit not really sure if u can authenticate bots outside discord js

     

    0
  • Amir Yaari

    I was able to solve this like this:

    Auth type: private key in header
    key name: authorization

    Key value: Bot <my key>


    0

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