Update createcommand.md

This commit is contained in:
Jonathan
2020-11-03 17:29:11 -05:00
committed by GitHub
parent 7537ed6065
commit 08af964a52

View File

@@ -66,7 +66,7 @@ Let's add a custom description to our invite command.
🎉 It's that simple. So let's restart the bot and see how it changed. Use **CTRL + C** to shut down the bot. Then run the command from earlier.
```shell
deno run --allow-net --allow-read mod.ts
deno run --allow-net --allow-read --no-check --config tsconfig.json mod.ts
```
To access this easily, most likely all you need to do is press the **UP ARROW** key. Feel free to copy paste this if it doesn't work.