feat: make /transfer bidirectional across telegram and tui
This commit is contained in:
@@ -89,6 +89,7 @@ describe('parseCommand', () => {
|
||||
|
||||
it('parses /transfer command', () => {
|
||||
expect(parseCommand('/transfer telegram')).toEqual({ type: 'transfer', target: 'telegram' });
|
||||
expect(parseCommand('/transfer')).toEqual({ type: 'transfer', target: '' });
|
||||
});
|
||||
|
||||
it('parses /queue commands', () => {
|
||||
|
||||
Reference in New Issue
Block a user