Skip to content

Commit

Permalink
feat(cs): update help message, version 0.6.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhang committed Jun 23, 2022
1 parent 99f9084 commit 040f8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/CardStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def MusicListCard(music_list: list[Music]) -> Tuple[Card, Card]:
def HelpCard() -> Card:
card = Card(theme=Types.Theme.INFO, size=Types.Size.LG)
# title
card.append(Module.Header(":watermelon: 镜华Kyouka 操作指南 v0.6.0 20220622 :watermelon:"))
card.append(Module.Header(":watermelon: 镜华Kyouka 操作指南 v0.6.1 20220624 :watermelon:"))
card.append(Module.Section(Element.Text(":bangbang: 播放歌曲前务必先绑定语音频道哦!")))

# base command
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import app.CardStorage as CS


__version__ = "0.6.0"
__version__ = "0.6.1"

# logger
if settings.file_logger:
Expand Down

0 comments on commit 040f8eb

Please sign in to comment.