Commit Graph

111 Commits

Author SHA1 Message Date
ITOH
5a526c809b to an option object 2021-04-30 18:57:44 +02:00
ITOH
9d26a26ae6 fix: message structure remove reaction wrong comments 2021-04-30 15:23:11 +02:00
ITOH
8c347747dd delete: removeUserReaction 2021-04-30 15:22:48 +02:00
ITOH
c50fb39b42 deleteServer to deleteGuild 2021-04-30 15:01:32 +02:00
Skillz4Killz
71d0f648e9 Update message.ts 2021-04-28 11:58:25 -04:00
ITOH
ee36ccacc4 Update message.ts 2021-04-28 16:45:08 +02:00
ITOH
be2bbbdd99 autoconvert handler messages 2021-04-24 23:17:11 +02:00
ITOH
23a4c0f864 removed templatestruct 2021-04-15 18:09:40 +02:00
ITOH
98bf292aff fix lint 2021-04-15 18:06:31 +02:00
ITOH
6a6acf2d6c Merge branch 'main' of https://github.com/discordeno/discordeno into main 2021-04-15 17:55:01 +02:00
ITOH
49dd851a4a fix message structure 2021-04-15 17:54:54 +02:00
Exists
fea973b346 Editing return type on channel clone method
Changed return type of `clone` to reflect `cloneChannel`. Removed unused import for `createChannel`.
2021-04-14 13:33:08 -04:00
Exists
215141171a Fix formatting (deno fmt) 2021-04-14 13:09:47 -04:00
Exists
d3ed1e03e7 Formatting Changes
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
2021-04-14 11:41:57 -05: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
ITOH
851b280c87 message content & mentions & mentionRoles can be undefined 2021-04-13 11:44:43 +02:00
ITOH
624c4b57cb fix(structures/channel): wrong type for permissionOverwrites 2021-04-13 09:59:20 +02:00
ayntee
b633689d3a Format files 2021-04-13 06:05:20 +00:00
Skillz4Killz
9a7747b7ab fix: more typings errors 2021-04-12 20:02:56 +00:00
ITOH
f66b9670dc fix mention thing 2021-04-12 21:21:13 +02:00
ayntee
1cbc1b8f82 fmt files damn son 2021-04-12 23:13:37 +04:00
ITOH
b51611e0ed fix(structures/gu8ild): add shardId to interface 2021-04-12 21:09:48 +02:00
Skillz4Killz
0fb383a9db fix: template typings 2021-04-12 18:28:17 +00:00
Skillz4Killz
8523a5ceea fix: more typing errors 2021-04-12 18:09:15 +00:00
ITOH
b9bd29ebf8 fix 2021-04-12 09:30:45 +02:00
Skillz4Killz
51e27d8f17 types: fix new types issues (#829)
* feat: add tests for deleting channel overwrites

* fix: typings
2021-04-12 07:26:55 +01:00
Skillz4Killz
b7a2b0ed55 tests: add deleting channel overwrites test (#828) 2021-04-12 07:04:30 +01:00
TriForMine
337dc9fe44 tests: add reply and embed message test 2021-04-11 13:51:30 +02:00
ITOH
7a6b4bf2d7 ref 2021-04-09 23:07:20 +02:00
ITOH
dc9c33f0d4 f 2021-04-09 22:22:06 +02:00
ITOH
9312606100 lop 2021-04-09 21:37:13 +02:00
Skillz4Killz
9c53a67dd3 fix: rest method uppercase 2021-04-09 14:41:31 +00:00
Skillz4Killz
03631e3c6e refactor: base complete for unit tests 2021-04-09 12:46:38 +00:00
Skillz4Killz
3eaf1a5dcc fix: broken import errors (#779)
* fix: broken import errors

* fix: snake case name
2021-04-08 22:22:11 +04:00
ITOH
89a6e043fe f 2021-04-06 22:08:19 +02:00
ITOH
484e995140 fix(structures/channel): add ChannelStruct (#738)
* fix it

* Update channel.ts
2021-04-06 12:23:18 +04:00
ITOH
55a1c04774 fix(structures/member): use new types & add MemberStruct interface (#739)
* Update member.ts

* Update member.ts

* Update member.ts

* better type

* cast

* this better

* add comment
2021-04-06 12:22:19 +04:00
ITOH
3ca46f747b fix(structures/role): use new types & add MemberStruct interface (#758)
* Update role.ts

* remove mod thing
2021-04-06 12:21:27 +04:00
ITOH
2e397325f5 fix: ID > Id (#754)
* Update bot.ts

* id id
2021-04-04 21:51:01 +04:00
Skillz4Killz
1b8161e85b refactor: cleanup and fmt 2021-04-04 12:54:33 +00:00
Skillz4Killz
12b29fe03d Merge pull request #750 from discordeno/guild-functions-remove-cache-requirement
Guild functions remove cache requirement
2021-04-04 08:25:20 -04:00
Skillz4Killz
8de3b305fe fix: more broken imports 2021-04-04 12:24:25 +00:00
Skillz4Killz
658db44476 fix: getters for cached versions of server images 2021-04-04 12:21:43 +00:00
Skillz4Killz
b2dd0dd87b Merge branch 'main' into structures-guild 2021-04-03 23:50:20 -04:00
Skillz4Killz
d48b0a0ded Merge branch 'main' into fix-member-caching-on-guild-create 2021-04-03 23:39:17 -04:00
Skillz4Killz
7ea1f7adce Merge branch 'main' into message-channel-mentions 2021-04-03 23:39:01 -04:00
Skillz4Killz
c14ef3d4e7 fix: cache members when poossible on guild create 2021-04-04 03:29:49 +00:00
Skillz4Killz
210f89ec4e fix: channel mentions includes all valid mentions 2021-04-04 03:23:26 +00:00
Skillz4Killz
29ea05d7ff refactor: remove raw avatar ulr 2021-04-04 00:03:45 +00:00
ITOH
d2ae1638ac typo 2021-04-03 21:41:53 +02:00