Skip to content

Instantly share code, notes, and snippets.

@hwahyang1
Created March 7, 2020 10:09
Show Gist options
  • Save hwahyang1/770a248141e738def38f774910bf026d to your computer and use it in GitHub Desktop.
Save hwahyang1/770a248141e738def38f774910bf026d to your computer and use it in GitHub Desktop.
# 이것도 메시지 전송 전에만 써주시면 됩니다.
# url= 뒤에는 아까 복사한 링크를 써주시면 됩니다.
# "나는 메시지를 보낸 유저의 프로필 사진을 가져오고 싶다!" 하시는 분은 url= 뒤에 따옴표 지우시고 message.author.avatar_url 넣으시면 됩니다.
# 썸네일 구역에 이미지 넣기
embed.set_thumbnail(url="링크")
# 메시지 구역에 이미지 넣기
embed.set_image(url="링크")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment