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

This commit is contained in:
0xMRTT 2023-06-21 11:45:40 +02:00
parent fd71d95935
commit 819bb05d0e
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([inspiration.name for inspiration in Inspiration])
inspirations = ", ".join([f"{inspiration.name}={inspiration.value[0]}" for inspiration in Inspiration])
bot_help_message = f"""
Help Message:
prefix: {PREFIX}