Skip to content

Commit

Permalink
Fixed incorrect date
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwoo-j committed May 31, 2024
1 parent f9bdc55 commit 1d48e05
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
10 changes: 5 additions & 5 deletions _drafts/2024-05-31-discord-bot-5.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: 디스코드 봇 DIY - 5. 유저 데이터베이스
date: 2024-05-30 10:46:40 +/-TTTT
lastmod: 2022-05-30 10:46:40 +/-TTTT
title: 디스코드 봇 DIY - 5. Embed, 버튼, 드롭다운 메뉴
date: 2024-05-31 14:25:09 +/-TTTT
lastmod: 2024-05-31 14:25:09 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot, database]
description: 엑셀 파일로 유저 정보 등록하고 관리하기
description: Embed와 UI로 봇의 메시지를 더 예쁘게 만들기
---

> 이 글에서 다루는 내용
> -
> - ㅇㅇㅇ
##

Expand Down
18 changes: 18 additions & 0 deletions _drafts/2024-06-01-discord-bot-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: 디스코드 봇 DIY - 6. 유저 데이터베이스
date: 2024-05-31 14:25:09 +/-TTTT
lastmod: 2024-05-31 14:25:09 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot, database]
description: 엑셀 파일로 유저 정보 등록하고 관리하기
---

> 이 글에서 다루는 내용
> -
##

사용자별로 자금이 있고 그

데이터베이스를

2 changes: 1 addition & 1 deletion _posts/2024-05-21-discord-bot-0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 디스코드 봇 DIY - 0. 개념과 개발 계획
date: 2024-05-21 10:45:40 +/-TTTT
lastmod: 2022-05-22 14:45:00 +/-TTTT
lastmod: 2024-05-22 14:45:00 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot, planning]
description: 디스코드 봇의 개념과 봇 개발 계획
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-05-22-discord-bot-1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 디스코드 봇 DIY - 1. 디스코드 봇 생성
date: 2024-05-22 09:31:20 +/-TTTT
lastmod: 2022-05-24 11:07:00 +/-TTTT
lastmod: 2024-05-24 11:07:00 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot]
description: 디스코드 봇을 생성하고 채팅에 대답하게 하기
Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-05-24-discord-bot-2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 디스코드 봇 DIY - 2. 명령어 설정
title: 디스코드 봇 DIY - 2. 기본적인 명령어 설정
date: 2024-05-24 11:07:32 +/-TTTT
lastmod: 2022-05-24 22:57:40 +/-TTTT
lastmod: 2024-05-24 22:57:40 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot]
description: discord.py 확장 라이브러리로 명령어 설정하기
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-05-27-discord-bot-3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 디스코드 봇 DIY - 3. 신규 멤버 환영 메시지
date: 2024-05-27 10:53:19 +/-TTTT
lastmod: 2022-05-29 18:59:33 +/-TTTT
lastmod: 2024-05-29 18:59:33 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot]
description: 디스코드 이벤트 활용해서 환영 메시지 보내기
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-05-30-discord-bot-4.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 디스코드 봇 DIY - 4. Application Command
date: 2024-05-30 10:44:15 +/-TTTT
lastmod: 2022-05-31 11:02:25 +/-TTTT
lastmod: 2024-05-31 11:02:25 +/-TTTT
categories: [Python, discord.py]
tags: [python, discord, bot]
description: 내 디스코드 앱과 상호작용하는 기본적인 방법들
Expand Down

0 comments on commit 1d48e05

Please sign in to comment.