Apply suggestions from code review

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
ITOH
2020-12-05 23:08:19 +01:00
committed by GitHub
co-authored by Skillz4Killz
parent 61e86a44e8
commit 2842357509
+1 -1
View File
@@ -64,5 +64,5 @@ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable
Once, that is done you can simply run the bot.
```shell
denon run --allow-net --allow-read --no-check --config tsconfig.json mod.ts
denon run --allow-net --allow-read --no-check mod.ts
```