We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc4df5 + 1575ad7 commit 08e2ad8Copy full SHA for 08e2ad8
1 file changed
plugins/hato.py
@@ -400,7 +400,7 @@ def altitude(place: str):
400
def version():
401
"""versionを表示する"""
402
403
- str_ver = "バージョン情報\n```" f"Version {conf.VERSION}"
+ str_ver = "バージョン情報\n```\n" f"Version {conf.VERSION}"
404
405
if conf.GIT_COMMIT_HASH:
406
str_ver += f" (Commit {conf.GIT_COMMIT_HASH[:7]})"
@@ -414,7 +414,7 @@ def version():
414
str_ver += (
415
"\n"
416
"Copyright (C) 2022 hato-bot Development team\n"
417
- "https://github.com/dev-hato/hato-bot ```"
+ "https://github.com/dev-hato/hato-bot\n```"
418
)
419
return str_ver
420
0 commit comments