From 4364f1d344e75d23728ce951fc768bc9c8405bed Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:16:44 -0400 Subject: cleaned up, wolfram alpha command, a few fixes --- src/context-menu-commands/user/userInfo.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/context-menu-commands/user/userInfo.ts (limited to 'src/context-menu-commands') diff --git a/src/context-menu-commands/user/userInfo.ts b/src/context-menu-commands/user/userInfo.ts new file mode 100644 index 0000000..2ab265a --- /dev/null +++ b/src/context-menu-commands/user/userInfo.ts @@ -0,0 +1 @@ +// todo: make context interaction for user command -- cgit