Commit Graph

42 Commits

Author SHA1 Message Date
Jonathan Ho
da1660fc1c test(all): add test importing index (#2774)
* test(all): add test importing index

* chore: remove old benchmark dir

* chore: disable coverage status fail

* test(client): add import test with try catch

* test(rest): fix narrow import scope
2023-02-09 09:45:01 -06:00
Jonathan Ho
f6bd769235 chore: update readme (#2772)
* chore: add coverage per pkg

* chore: add npm version

* chore: add test status

* chore: fix ci

* chore: fix ci

* ci: fix ci needs

* chore: add only push event

* style: remove import logger
2023-02-08 08:53:23 -06:00
Skillz4Killz
08e21bad51 fix: bot logger (#2769)
* fix: readme runtime list

* Fix code style issues with ESLint

* node 18

* fix: websocket import type

* fix: body for interaction requests

* fix: perma fix for type error in ci

* fix: followupmessage option type

* fix: e2e tests exit bug

* fix: color console logger

* fix: image file sending

* Fix code style issues with ESLint

* guild and role methods

* Fix code style issues with ESLint

* fix: dont send heartbeat if socket is not open

* fix: remove logs

* fox: remove more logs

* fix some bugs in role tests

* Switch to after hook style

* hoti's speed snaker

* auto convert objects for discord

* Fix code style issues with ESLint

* fix: remove dup imports

* fix: i hate linters

* speeder

* fix: tests delete guilds

* Fix code style issues with ESLint

* fix: easier to provide custom intents in bot

* fix: shutdown bot after test

* fix: add getGuild

* fix: multiple guild delete attempts

* fix: add emoji e2e tests

* fix: remaining old e2e rest tests

* Fix code style issues with ESLint

* fix: add bot.logger

* fix: make logger name capital

---------

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2023-02-05 11:17:31 -06:00
Skillz4Killz
2b127951ae fix: more rest e2e tests (#2763)
* fix: readme runtime list

* Fix code style issues with ESLint

* node 18

* fix: websocket import type

* fix: body for interaction requests

* fix: perma fix for type error in ci

* fix: followupmessage option type

* fix: e2e tests exit bug

* fix: color console logger

* fix: image file sending

* Fix code style issues with ESLint

* guild and role methods

* Fix code style issues with ESLint

* fix: dont send heartbeat if socket is not open

* fix: remove logs

* fox: remove more logs

* fix some bugs in role tests

* Switch to after hook style

* hoti's speed snaker

* auto convert objects for discord

* Fix code style issues with ESLint

* fix: remove dup imports

* fix: i hate linters

* speeder

* fix: tests delete guilds

* Fix code style issues with ESLint

* fix: easier to provide custom intents in bot

* fix: shutdown bot after test

* fix: add getGuild

* fix: multiple guild delete attempts

* fix: add emoji e2e tests

* fix: remaining old e2e rest tests

* Fix code style issues with ESLint

---------

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2023-02-03 16:17:22 -06:00
Jonathan Ho
4d0b7b2c6c chore: fix script and update import map (#2761)
* chore: fix version script

* chore: update import map

* chore: fix ws import map

* chore: fix deno import map

* test: fix
2023-02-02 12:03:19 -06:00
Jonathan Ho
a9703f714c ci/test: fix bot pkg e2e test (#2759) 2023-02-02 11:14:22 -06:00
Skillz4Killz
6ac77b5504 fix: delete guilds test (#2758)
* fix: readme runtime list

* Fix code style issues with ESLint

* node 18

* fix: websocket import type

* fix: body for interaction requests

* fix: perma fix for type error in ci

* fix: followupmessage option type

* fix: e2e tests exit bug

* fix: color console logger

* fix: image file sending

* Fix code style issues with ESLint

* guild and role methods

* Fix code style issues with ESLint

* fix: dont send heartbeat if socket is not open

* fix: remove logs

* fox: remove more logs

* fix some bugs in role tests

* Switch to after hook style

* hoti's speed snaker

* auto convert objects for discord

* Fix code style issues with ESLint

* fix: remove dup imports

* fix: i hate linters

* speeder

* fix: tests delete guilds

* Fix code style issues with ESLint

---------

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
2023-02-02 10:10:44 -06:00
Skillz4Killz
c1efa83bd9 Bot pkg (#2740)
* fix: bot pkg test

* Fix code style issues with ESLint

* Update Guild.ts

* Update Guild.ts

* Fix code style issues with ESLint

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
Co-authored-by: Jonathan Ho <heiheiho000@gmail.com>
2023-01-26 09:11:24 -06:00
Skillz
216f0f85bf fix: move all to old folder 2022-12-26 20:12:19 -06:00
Skillz
a1d5a95dd7 fix: move toggle transformers to bot pkg 2022-12-20 14:25:12 -06:00
H01001000
3518d917bd chore: remove bot 2022-12-05 21:31:57 +08:00
H01001000
4b334f550e chore: add import type 2022-12-05 21:26:06 +08:00
H01001000
f8fcc8229c chore: add clean build 2022-12-05 18:06:01 +08:00
H01001000
869554167f test: move bot utils test 2022-12-05 05:41:02 +08:00
H01001000
c271a85627 feat: add helpers to rest 2022-12-05 05:33:54 +08:00
H01001000
1381838ab1 fix: run yarn install 2022-12-05 00:38:41 +08:00
Skillz
5b6317e72c Merge branch 'node-migration' of https://github.com/discordeno/discordeno into node-migration 2022-12-04 10:36:35 -06:00
Skillz
da6dde3f8b fix: better rest typecheck Closes #2621 2022-12-04 10:36:28 -06:00
H01001000
26be2bc16f chore: fix fmt script 2022-12-05 00:35:44 +08:00
H01001000
386a2b7022 fix: dependencies 2022-12-05 00:33:22 +08:00
H01001000
b21ee66d58 test: add test 2022-12-04 21:29:58 +08:00
H01001000
47bf050cf3 fix: publish script 2022-12-04 17:50:53 +08:00
H01001000
f60b946645 fix: package version 2022-12-04 17:33:30 +08:00
H01001000
4a0e65cd99 ci: add release to gh per commit 2022-12-04 17:31:04 +08:00
H01001000
a88e1e7402 test: add test to all packages 2022-12-03 15:57:06 +08:00
H01001000
b4b07c4694 fix: type 2022-12-03 15:29:32 +08:00
H01001000
f4a53ecb43 chore: new package client 2022-12-03 12:28:22 +08:00
deepsarda
fd94ad6847 Discordeno Documentation (#2673)
* Add git hooks

* Add documentation generatation

* Change Documentation Engine

* Add documentation

* Remove autogenerated docs

* combine lint staged action into one

* style: fix

Co-authored-by: H01001000 <heiheiho000@gmail.com>
2022-12-02 23:40:38 +08:00
H01001000
f6422933df test/ci: update ci and coverage
* chore: change script naming

* ci: update include test

* test: add coverage
2022-12-02 17:13:05 +08:00
H01001000
3a20634e93 fix: type 2022-12-02 04:18:11 +08:00
H01001000
3880fefb10 style: fix bot style 2022-12-02 03:58:29 +08:00
Skillz
451e1154d2 fixes: yarn and linter errors in embeds pkg 2022-12-01 10:35:24 -06:00
H01001000
9b9b7d8081 chore: working bot type and cache plugin 2022-12-01 20:31:01 +08:00
H01001000
6843b20ba1 chore: add type and utils export 2022-12-01 18:42:02 +08:00
H01001000
1d935f2ae2 chore: move plugins 2022-12-01 18:40:01 +08:00
H01001000
398093745e fix: at least it can run now 2022-12-01 16:44:36 +08:00
H01001000
592ea91c36 fixing: bot 2022-12-01 16:06:33 +08:00
H01001000
d1cf55fdeb fix: types 2022-12-01 13:32:21 +08:00
H01001000
da18e11d69 chore: bump typescript 2022-12-01 12:39:48 +08:00
H01001000
cc222b8218 fix: utils 2022-12-01 11:45:07 +08:00
H01001000
1625a9b60c chore: seperate util 2022-12-01 11:26:55 +08:00
H01001000
735d5d498b chore: move to seperate packages 2022-12-01 11:06:17 +08:00