More BigBot Fixes (#2233)

* Add `.DS_Store` to `.gitignore`

* Format and improve DX.

* Add extra logging and fix gateway workers.

* Deno fmt.

* Be more explicit in `.env.example`.

* Add a `watch-bot` task and format.

* Deno FMT

* Deno FMT (all `template/bigbot` files)

Co-authored-by: ITOH <to@itoh.at>
This commit is contained in:
Reboot-Codes
2022-05-25 13:33:49 -07:00
committed by GitHub
parent 2018919fe2
commit 0986fa9704
16 changed files with 225 additions and 100 deletions

5
.gitignore vendored
View File

@@ -5,4 +5,7 @@ debug.ts
# npm stuff
.npmignore
npm/
npm/
# MacOS is weird
.DS_Store