* style: format Deno.test\("(.+)", async \(\) => \{\n([\S\s]*?)^\}\);
* style: format Deno.test\("(.+)", \(\) => \{\n([\S\s]*?)^\}\);
* style: format Deno.test\("(.+)", async \(t\) => \{\n([\S\s]*?)^\}\);
* style: format async function
* chore: turn all to async
* chore: format add t
* style: function format
* chore: add integration and unit test difference
* ci: combine test
* ci: remove if
* ci: add parallel flag
* ci: add UNIT_TEST_GUILD_ID
* ci: static deno version
* ci: add concurrency to Integration test
* ci: bump actions/checkout to v3
* Remove server discovery helpers due to lack of support
The helpers found under `/helpers/discovery` directory are undocumented and not for public bot use.
* delete discovery test and permission check
* deno fmt
* fix: get tests runnable
* fix: tests are now passing
* fix: 32 passing tests
* fix: deno fmt u dumb dumb work automatically for once in your life
* fix: 54 tests passing now
* fix: 94 passing, itoh was wrong he guess wrong hehe
* fix: remove debug logs
* fix: remove broken webhook test for now
Co-authored-by: ITOH <to@itoh.at>