The command takes in an optional parameter that is basically the file that you want to dump.
1 extra check we might want to add to the parameter is if the file is directly in the ChatChat/ directory and not in a subdirectory since right now in theory any file in any subdirectory of the ChatChat directory can be accessed by it as long as it has permissions and the file exists. We might also want to keep this for maybe user dumps?
Closes #128
The command takes in an optional parameter that is basically the file that you want to dump.
1 extra check we might want to add to the parameter is if the file is directly in the ChatChat/ directory and not in a subdirectory since right now in theory any file in any subdirectory of the ChatChat directory can be accessed by it as long as it has permissions and the file exists. We might also want to keep this for maybe user dumps?