Skip to content

Commit

Permalink
Changed language to ko-KR
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwoo-j committed May 23, 2024
1 parent 9d1e4d0 commit cd8aa6a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ theme: jekyll-theme-chirpy
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: ko-KR

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Seoul
Expand All @@ -19,7 +19,7 @@ title: 지식 곳간
tagline: just for the record

description: >- # used by seo meta and the atom feed
Personal webpage to record progress.
수확한 지식들을 쌓아두는 곳간입니다.
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
Expand Down Expand Up @@ -96,7 +96,7 @@ theme_mode: # [dark|light]
cdn:

# the avatar on sidebar, support local or CORS resources
avatar: /assets/img/mechuri_pixel.png
avatar: /assets/img/mechuri_animated.gif

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down
18 changes: 9 additions & 9 deletions _data/locales/ko-KR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ search:
panel:
lastmod: 최근 업데이트
trending_tags: 인기 태그
toc: 바로가기
toc: 목 차

copyright:
# Shown at the bottom of the post
license:
template: 기사는 저작권자의 :LICENSE_NAME 라이센스를 따릅니다.
template: 글은 저작권자의 :LICENSE_NAME 라이센스를 따릅니다.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

Expand All @@ -53,13 +53,13 @@ notification:

post:
written_by: By
posted: 게시
updated: 업데이트
posted: '게시일 '
updated: '최종 수정 '
words: 단어
pageview_measure: 조회
pageview_measure: 번 조회됨
read_time:
unit:
prompt: 읽는 시간
unit:
prompt: 분 소요
relate_posts: 관련된 글
share: 공유하기
button:
Expand All @@ -75,8 +75,8 @@ post:
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
df:
post:
strftime: "%Y/%m/%d"
dayjs: "YYYY/MM/DD"
strftime: "%Y%m/%d"
dayjs: "YYYY년 MM월 DD일"

# categories page
categories:
Expand Down
17 changes: 9 additions & 8 deletions _posts/2024-05-23-discord-bot-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,18 +183,19 @@ client.run('your token here')

![](/assets/img/discord bot/1_23.png)

정상적으로 실행되었다면 Python 터미널에 이런 로그가 출력된 것을 확인할 수 있다. 만일 **Privileged Gateway Intents** 설정이 제대로 되지 않았을 경우 오류가 발생할 수 있다.
정상적으로 실행되었다면 `on_ready()`에 넣은대로 터미널에 이런 로그가 출력된 것을 확인할 수 있다. 만일 **Privileged Gateway Intents** 설정이 제대로 되지 않았을 경우 아래와 같은 오류가 발생할 수 있다.

> 이 에러가 뜬다면 **INTENTS**가 제대로 활성화가 되어 있는지 다시 한 번 확인해주자.
> ```python
> discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.
> ```
```python
discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.
```

> 이 error가 뜬다면 Privileged Gateway Intents가 제대로 활성화가 되어 있는지 다시 한 번 확인해주자.
{: .prompt-warning}

![](/assets/img/discord bot/1_24.png)

그리고 방금까지만 해도 오프라인이었던 봇이 온라인으로 전환된 것을 확인할 수 있다. 드디어 빈 깡통에 생명을 불어넣은 것이다! 또 위에서 설정했듯이 `'$hello'`로 시작되는 메시지를 입력하면,
그리고 방금까지만 해도 오프라인이었던 봇이 온라인으로 전환된 것을 확인할 수 있다. 드디어 빈 깡통에 생명을 불어넣은 것이다!

![](/assets/img/discord bot/1_25.png)
<img src="/assets/img/discord bot/1_25.png" alt="0_0" style="display: block; margin-left: auto; margin-right: auto; width: 60%;">

봇이 정해둔 답을 채팅으로 응답한다.
또 위에서 설정했듯이 `'$hello'`로 시작되는 메시지를 입력하면 봇이 정해둔 답을 채팅으로 응답한다.
2 changes: 1 addition & 1 deletion _tabs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: fas fa-info-circle
order: 4
---

### 습득한 지식들을 쌓아두는 곳간입니다.
### 수확한 지식들을 쌓아두는 곳간입니다.

### Author:
Sunwoo Jung (정선우) <br>
Expand Down
Binary file added assets/img/mechuri_animated.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cd8aa6a

Please sign in to comment.