ITOH
81f8e0377c
style: move to deno fmt ( #1992 )
...
* Create deno.json
* run format
* run format
* ci: only check formatting
* f
* Update settings.json
* Update settings.json
2022-02-04 15:00:04 +01:00
Skillz4Killz
001afae921
fix: test bugs
2021-12-23 19:39:13 +00:00
Skillz4Killz
69230ae78e
fix: tests with latest cache
2021-12-02 16:24:41 +00:00
Skillz4Killz
ba3d222cb0
refactor
2021-10-29 16:32:57 +00:00
Skillz4Killz
6f6099abc6
fix tests and cache bugs
2021-10-29 15:46:36 +00:00
Skillz4Killz
3d43d7eedf
remove old tests
2021-10-28 17:26:16 +00:00
ITOH
81b90e2ddf
fix tests
2021-05-28 23:09:25 +02:00
itohatweb
179add27c9
Prettified Code!
2021-05-21 15:55:49 +00:00
itohatweb
3549cdeb63
Prettified Code!
2021-05-21 15:51:33 +00:00
ITOH
c98b0e089a
fix some getmessages stuff
2021-05-08 11:44:05 +02:00
ITOH
9be445a2e8
now takes bigint
2021-05-03 20:19:38 +02:00
Skillz4Killz
3d39b3878a
change: ids to use bigint instead of string ( #892 )
...
* p1 of bigints change
* shtuff fixes and bits
* Commit from GitHub Actions (Lint)
* finish bigint structs
* typings fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* more fixes
* Commit from GitHub Actions (Lint)
* blame wolf
* Commit from GitHub Actions (Lint)
* foxed
* Commit from GitHub Actions (Lint)
* fix unit tests
* Commit from GitHub Actions (Lint)
* change: guildUpdate guild ID can't change
* delete server has been renamed to delete guild
* fixes
Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com >
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-05-03 18:05:18 +01:00
Skillz
8a42bc71cb
fix broken import
2021-05-01 11:08:57 -04:00
ITOH
5a526c809b
to an option object
2021-04-30 18:57:44 +02:00
ITOH
ce5f890973
change removeUserReaction tests
2021-04-30 15:32:08 +02:00
ITOH
8c347747dd
delete: removeUserReaction
2021-04-30 15:22:48 +02:00
ITOH
98bf292aff
fix lint
2021-04-15 18:06:31 +02:00
TriForMine
e90fbac193
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:41 +02:00
TriForMine
331f63563e
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:34 +02:00
TriForMine
951d5668fc
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:28 +02:00
TriForMine
2651f7e47a
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:23 +02:00
TriForMine
ee15c0ef1e
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:18 +02:00
TriForMine
9d112ed585
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:12 +02:00
TriForMine
47d8e2b19f
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 14:42:05 +02:00
TriForMine
357ab24875
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 13:53:48 +02:00
TriForMine
c32fa4ec34
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 13:53:43 +02:00
TriForMine
7b53f5fe85
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 13:53:37 +02:00
TriForMine
f103c733f4
Update tests/messages/create_message.ts
...
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com >
2021-04-13 13:53:27 +02:00
TriForMine
b7fd8b6ee7
fix(tests): fix typescripts errors
2021-04-13 13:42:36 +02:00
ayntee
1cbc1b8f82
fmt files damn son
2021-04-12 23:13:37 +04:00
TriForMine
cdba34a93d
tests: add message.reply() test
2021-04-11 13:57:22 +02:00
TriForMine
337dc9fe44
tests: add reply and embed message test
2021-04-11 13:51:30 +02:00
TriForMine
309785f847
fix(test): delayUntil use setTimeout instead of while loop & addReaction test ( #817 )
...
* fix: guild create tests
* fix(test): use setTimeout instead of while loop and fix some tests
* fix(test): fix some test and fix maxMs
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com >
2021-04-11 10:44:01 +01:00
Skillz4Killz
5d20c1c638
fix(helpers/guilds): createGuild not caching the guild ( #814 )
2021-04-11 10:27:57 +01:00
TriForMine
1b952b6713
fix(tests): higher max delay
2021-04-10 23:58:36 +02:00
TriForMine
aae106ab71
fix(tests): higher max delay
2021-04-10 23:54:56 +02:00
TriForMine
0739826e7a
tests: use delayUntil instead of delay
2021-04-10 23:37:24 +02:00
Skillz4Killz
e163e2d109
fix: reaction remove tests ( #811 )
2021-04-10 22:03:32 +01:00
TriForMine
12e21084a6
fix(tests): fix reactions tests
2021-04-10 20:24:38 +02:00
Skillz4Killz
66b0aa3685
tests: add channel tests ( #807 )
2021-04-10 14:38:58 +01:00
TriForMine
63675aa818
tests: add all messages tests
2021-04-10 10:54:30 +02:00
TriForMine
69b8fe4545
Deno fmt
2021-04-10 08:03:48 +02:00
TriForMine
e9ac9b3c3c
tests: add multiple reactions and delete multiple messages tests
2021-04-10 08:02:58 +02:00
TriForMine
78e5faab6b
tests: react with custom emojis tests
2021-04-10 00:36:31 +02:00
TriForMine
889eb2e16c
tests: add add_reaction test
2021-04-10 00:20:05 +02:00
TriForMine
3fc62b9572
tests: add create/delete/edit message tests ( #787 )
...
* tests: add create/delete/edit message tests
* Use sleep instead of delay
* Deno fmt
* Add getters to message tests
* Change back to delay
* Deno fmt
* Use function in tests
* Deno fmt
2021-04-09 21:06:12 +01:00