fix: help msg
black-action / runner / black formatter (push) Failing after -2s Details

This commit is contained in:
0xMRTT 2023-06-21 11:46:50 +02:00
parent 819bb05d0e
commit 5da1c089c3
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ def run():
async def bot_help(room, message):
styles = ", ".join([style.name for style in Style])
ratios = ", ".join([ratio.name for ratio in Ratio])
inspirations = ", ".join([f"{inspiration.name}={inspiration.value[0]}" for inspiration in Inspiration])
inspirations = "- ".join([f"{inspiration.name}={inspiration.value[0]}\n" for inspiration in Inspiration])
bot_help_message = f"""
Help Message:
prefix: {PREFIX}