From 7537ed6065278357d511f01896efb06a9b5f4d2a Mon Sep 17 00:00:00 2001 From: Jonathan <54381371+jz3r01@users.noreply.github.com> Date: Tue, 3 Nov 2020 15:29:12 -0500 Subject: [PATCH] Update to reflect new way of running mod.ts --- docs/content/stepbystep/createbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/stepbystep/createbot.md b/docs/content/stepbystep/createbot.md index 6a38c32b0..de7179eb2 100644 --- a/docs/content/stepbystep/createbot.md +++ b/docs/content/stepbystep/createbot.md @@ -113,7 +113,7 @@ Oh my god! You now have a bot with a bunch of features already! You don't believ 3. Run the script below: ```shell -deno run --allow-net --allow-read mod.ts +deno run --allow-net --allow-read --no-check --config tsconfig.json mod.ts ``` The first time you run it, you may see a lot of files being loaded. This is preparing all the magic behind the scene. Once it is ready, you will see something like this: