-
color-pickermemoir 2022. 3. 17. 08:59
https://www.w3schools.com/colors/colors_picker.asp
HTML Color Picker
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
if(result.success){ console.log(result) const embed = new MessageEmbed() .setColor('#EFFF00') .setTitle(answer.title[0].plain_text) .setURL(answer.url) .addFields( { name: 'Definition', value: answer.created_time }, ); await interaction.editReply({ embeds: [embed] });
notion.js
여기서 #EFFF00의 값을 변경하려고 했다.
'memoir' 카테고리의 다른 글
python list vs array 간단 정리 (0) 2022.03.30 참고자료 npm vs npx (0) 2022.03.25 [작성중] 프록시(proxy) (0) 2022.03.17 깃 (0) 2022.03.02 간단한 shell 스크립트 만들고 bash로 실행시켜보기 (0) 2022.03.01