Closed divyenduz closed 5 years ago
Once we have state management (https://github.com/divyenduz/LingoParrot/issues/24) in place, we can create commands to make whitelisting users etc easier like /add-user remove-user, list-users [<start>:<end>] [<first>]
/add-user
remove-user
list-users [<start>:<end>] [<first>]
Implemented as described here: https://github.com/divyenduz/LingoParrot/blob/master/backend-translation/src/commands.txt#L6-L9
Once we have state management (https://github.com/divyenduz/LingoParrot/issues/24) in place, we can create commands to make whitelisting users etc easier like
/add-user
remove-user
,list-users [<start>:<end>] [<first>]