Commit Graph

43 Commits

Author SHA1 Message Date
itohatweb
179add27c9 Prettified Code! 2021-05-21 15:55:49 +00:00
ITOH
7c337d0765 Merge branch 'main' into prettier-workflow 2021-05-21 17:54:26 +02:00
itohatweb
3549cdeb63 Prettified Code! 2021-05-21 15:51:33 +00:00
ITOH
a0cc5a558f change: createChannelOptions.parentId is now a bigint 2021-05-21 16:45:09 +02:00
Skillz4Killz
157b73eb5d fmt 2021-05-13 17:40:43 +00:00
Skillz4Killz
116b263ded with reason 2021-05-13 17:39:51 +00:00
Skillz4Killz
4da861babe tests: add more clone channel tests 2021-05-13 17:37:50 +00:00
ITOH
aefd5c75f5 fix changes 2021-05-04 21:05:43 +02:00
ITOH
c60422a23f Merge branch 'main' into threads 2021-05-04 17:45:38 +02:00
ITOH
0e4c3481b2 all are false anyways 2021-05-03 23:00:39 +02:00
ITOH
6adf0b5359 i guess remove 2021-05-03 22:59:56 +02:00
ITOH
2ffec5b09f Update channel_overwrite_has_permission.ts 2021-05-03 22:58:43 +02:00
ITOH
f91bf2871f Merge branch 'main' into threads 2021-05-03 20:50:53 +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
ITOH
5240981d61 this too 2021-05-02 21:36:36 +02:00
ITOH
81e70dc4ff guild id has been removed 2021-05-02 21:34:18 +02:00
ITOH
eda4895da3 more fixxes 2021-05-01 18:42:46 +02:00
ITOH
98bf292aff fix lint 2021-04-15 18:06:31 +02:00
Exists
3133e1015d Fix test name
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2021-04-14 14:03:01 -05:00
Exists
c7a21b7a84 Formatting 2021-04-14 14:28:44 -04:00
Exists
3b41656c09 Rework channel clone tests
- Removed previous channel clone test
- Copied over create channel tests and modified `ifItFailsBlameWolf` to check against a clone instead of created
2021-04-14 14:14:37 -04:00
Exists
215141171a Fix formatting (deno fmt) 2021-04-14 13:09:47 -04:00
Exists
bfb3502252 Fix Linting Issue 2021-04-14 04:09:00 -04:00
Exists
1a1ef34a96 Add channel cloning
Changes:
    - Added function cloneChannel
    - Modified createChannel to support cloneChannel
   - Added clone(reason) method on channel structure
    - Added channel cloning tests
2021-04-14 04:01:35 -04:00
Skillz4Killz
dc9615bb8a feat: slash dm (#846)
* chore: cleanup comments

* feat: slash in dm and better event args

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
2021-04-13 18:28:31 +01:00
TriForMine
18a20f0cbf Update tests/channels/channel_overwrite_has_permission.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-13 13:53:16 +02:00
TriForMine
b7fd8b6ee7 fix(tests): fix typescripts errors 2021-04-13 13:42:36 +02:00
itohatweb
5afa6f2c13 2021-04-13 07:26:23 +00:00
TriForMine
174ec859f1 tests: add channels types (#840) 2021-04-13 08:26:07 +01:00
ayntee
1cbc1b8f82 fmt files damn son 2021-04-12 23:13:37 +04:00
Skillz4Killz
b7a2b0ed55 tests: add deleting channel overwrites test (#828) 2021-04-12 07:04:30 +01:00
Skillz4Killz
b357a5fb04 tests: add channel create with perms test (#825) 2021-04-11 19:40:56 +01:00
TriForMine
73c81e9436 tests: add emojis tests 2021-04-11 14:16:45 +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
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
Skillz4Killz
91114a62c2 fix: category children (#800) 2021-04-10 10:01:50 +01:00
Skillz4Killz
00a0d04b14 remove assert equals 2021-04-09 17:42:29 +00:00
Skillz4Killz
8b5e39f796 deno fmt 2021-04-09 17:35:34 +00:00
Skillz4Killz
a44f968745 tests: add deleteChannel tests 2021-04-09 17:20:41 +00:00