feat(handler) more plugin work, refactoring rxjs pipes

This commit is contained in:
Jacob Nguyen
2022-04-13 01:34:25 -05:00
parent de7ddc390f
commit f213e88a5d
9 changed files with 139 additions and 133 deletions

View File

@@ -62,7 +62,7 @@ export const onInteractionCreate = ( wrapper : Wrapper ) => {
},
next(command) {
//log on each command emitted
console.log(command?.name);
console.log(command);
},
});
};