Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
fix: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Jan 25, 2023
1 parent 029d2c5 commit 59d30e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Final

VERSION: Final[str] = "v0.1.0" # 봇 버전
TEMPLATE_VERSION: Final[str] = "v1.2.2" # 템플릿 버전
TEMPLATE_VERSION: Final[str] = "v1.3.1" # 템플릿 버전
HELP_SELECT_RAW: Final[dict[str, str]] = { # 간단한 명령어 설명(매개변수 미포함)
"/도움말": "도움말을 출력합니다.",
"/봇": "봇의 정보를 출력합니다.",
Expand Down

0 comments on commit 59d30e3

Please sign in to comment.