const args = JSON.stringify({ access_token: token, }); const response = await fetch( `https://discord.com/api/guilds/${this.guildID}/members/${userID}` ...
確定! 回上一頁