2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 15:57:14 +01:00
parent adf019b3a6
commit bad6111887

View File

@ -3,12 +3,10 @@ from komrade import *
from komrade.backend import *
import art
import textwrap as tw
INDENT = 14
ndnt = ' '*(INDENT//2)
HELPSTR = f"""
{ndnt}/login [name] --> log back in
{ndnt}/register [name] --> new komrade
{ndnt}/help --> seek help
HELPSTR = """
/login [name] --> log back in
/register [name] --> new komrade
/help --> seek help
"""
class CLI(Logger):