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 14:58:58 +01:00
parent 4c8fa594e7
commit f8def16c88

View File

@ -8,9 +8,9 @@ import textwrap as tw
class CLI(Logger):
ROUTES = {
'help':'see help messages',
'register':'register new user',
'login':'log back in'
'help':'seek help',
'register [name]':'join the komrades',
'login [name]':'log back in'
}
def __init__(self,name='',cmd='',persona=None):