In src/config/ add a config.ts file that looks like this:
export let config = {
"token": "djigoj24gijo-dgj9wdfj", // Discord bot token.
"prefix" : "./" // Command prefix.
};npm install # Install deps.
npm run-script build # Build the code.npm run-script build && npm run-script runTODO: Make this work.
npm run-script test