Skip to content

Commit

Permalink
fix blank line in alive
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Aug 30, 2020
1 parent 309ec80 commit 53a6cdc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions userge/plugins/tools/alive.py
Original file line number Diff line number Diff line change
@@ -26,10 +26,9 @@ async def alive(message: Message):
• **sudo**: `{_parse_arg(Config.SUDO_ENABLED)}`
• **anti-spam**: `{_parse_arg(Config.ANTISPAM_SENTRY)}`
• **dual-mode**: `{_parse_arg(RawClient.DUAL_MODE)}`
"""
• **dual-mode**: `{_parse_arg(RawClient.DUAL_MODE)}`"""
if Config.HEROKU_APP:
output += f"• **dyno-saver**: `{_parse_arg(Config.RUN_DYNO_SAVER)}`"
output += f"\n• **dyno-saver**: `{_parse_arg(Config.RUN_DYNO_SAVER)}`"
output += f"""
• **unofficial**: `{_parse_arg(Config.LOAD_UNOFFICIAL_PLUGINS)}`

0 comments on commit 53a6cdc

Please sign in to comment.