We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456ba1e commit f7bea7eCopy full SHA for f7bea7e
2 files changed
CHANGELOG.md
@@ -24,7 +24,7 @@
24
25
### Fixed
26
27
-* misskeyと切断されるとエラーが出て復帰しない問題を修正しました。(#2764)
+* Misskeyと切断されるとエラーが出て復帰しない問題を修正しました。(#2764)
28
* MisskeyではUTF-8絵文字は変換済みにして送信するように修正しました。(#2489)
29
30
## v3.0.1 - 2023-04-06
plugins/hato.py
@@ -417,7 +417,7 @@ def version():
417
418
str_ver += (
419
"\n"
420
- "Copyright (C) 2022 hato-bot Development team\n"
+ "Copyright (C) 2024 hato-bot Development team\n"
421
"https://github.com/dev-hato/hato-bot\n```"
422
)
423
return str_ver
0 commit comments