From 08af964a52bb219d264edd014d5772bb1c4f0f3a Mon Sep 17 00:00:00 2001 From: Jonathan <54381371+jz3r01@users.noreply.github.com> Date: Tue, 3 Nov 2020 17:29:11 -0500 Subject: [PATCH] Update createcommand.md --- docs/content/stepbystep/createcommand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/stepbystep/createcommand.md b/docs/content/stepbystep/createcommand.md index c89fdd706..2e6001cf4 100644 --- a/docs/content/stepbystep/createcommand.md +++ b/docs/content/stepbystep/createcommand.md @@ -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.