AwesomeSam

Results 3 issues of AwesomeSam

### Description ![image](https://user-images.githubusercontent.com/76945339/173724107-4d9e9428-04c7-4b62-b0d0-eb3d2eb565de.png) When using `/inventory @user` it changes to `` and the mention doesn't render. It is inconvenient as we cannot check for which user the command was invoked....

slash commands
synced

- **Operating System:** Windows 11 - **Node.js version:** v16.13.1 - **`fs-extra` version:** 10.0.1 ![image](https://user-images.githubusercontent.com/76945339/160292057-cf8c4d06-0452-4150-9a79-616fac71f75c.png) Code: ```js await new Promise(resolve => { fse.copy('path/to/a', 'path/to/b', { overwrite: true, recursive: true }, err...

Currently the traceback in `.jsc` files hide the line no. and the respective code. Please add a command line argument to disable this & get accurate tracebacks which can actually...