Skillz4Killz
6437274958
fix: members intent fetching ( #229 )
...
* fixes fetchMembers #223
* Update guild.ts
Co-authored-by: Ayyan <ayyantee@gmail.com >
2020-12-10 19:27:17 +04:00
Ayyan
d1b07f5f2c
Merge pull request #245 from discordeno/ws-close-msgs
...
feat: better websocket close error messages
2020-12-10 19:20:19 +04:00
Ayyan
ef1df42840
Update permissions.ts
2020-12-10 18:48:10 +04:00
Ayyan
a5f3c4fdf3
Merge pull request #246 from discordeno/idk
...
fix: resolve() -> resolve(undefined)
2020-12-10 18:10:07 +04:00
Ayyan
929e60471c
Update lint.yml
2020-12-10 18:03:12 +04:00
Ayyan
8da1c5ca9b
Update requestManager.ts
2020-12-10 17:59:14 +04:00
Ayyan
d84e0887c3
Merge pull request #243 from itohatweb/dry-1
...
refactor: replace bitwise calculation with calculateBits()
2020-12-10 12:55:05 +04:00
Ayyan
a70623652b
Update shard.ts
2020-12-10 12:47:28 +04:00
ITOH
77890fe9f0
Remove editChannelOverwrite()
2020-12-10 08:10:33 +01:00
ITOH
20c289308d
1st Review changes
2020-12-09 22:55:23 +01:00
Skillz4Killz
61a7858813
Merge pull request #240 from discordeno/fix-higherRolePosition
...
fix: if bot is guild owner, return true
2020-12-09 16:11:04 -05:00
ITOH
56aaef3d2f
Replace bit perm calculating with function
2020-12-09 21:09:21 +01:00
ITOH
28a92bdfdf
Merge branch 'add-1' of https://github.com/itohatweb/discordeno into add-1
2020-12-09 16:50:33 +01:00
ITOH
88730266ff
Bug fix
2020-12-09 16:50:20 +01:00
ITOH
e4407b7adf
rename: ro > rawOverwrite
2020-12-09 16:38:02 +01:00
ITOH
af2a398318
Add nicer Way to edit Channel Permission
2020-12-09 16:23:45 +01:00
Ayyan
9f2c3f72b1
Merge pull request #241 from itohatweb/next
...
docs: rename "Documentation" to "Useful Links"
2020-12-09 16:48:07 +04:00
ITOH
6112b29129
Change Links
2020-12-09 12:47:03 +01:00
Ayyan
8219013694
Update README.md
2020-12-09 12:13:04 +04:00
Ayyan
4084e8970e
Update README.md
2020-12-09 12:11:32 +04:00
Ayyan
e2440f29b0
chore: add an explanation comment
2020-12-09 11:41:39 +04:00
ITOH
24d4489ea4
refactor!: change certain events args order ( #238 )
...
* Make them Optional
* Allow/Deny changed to Strings in v8
* Revert "Allow/Deny changed to Strings in v8"
This reverts commit 3ffb55705c .
* Revert "Revert "Allow/Deny changed to Strings in v8""
This reverts commit 4fb7ef271e .
* Revert "Revert "Revert "Allow/Deny changed to Strings in v8"""
This reverts commit d5a020e307 .
2020-12-09 11:20:45 +04:00
Ayyan
e16be8052c
fix: if bot is guild owner, return true
2020-12-09 10:27:06 +04:00
ITOH
307c75c91e
fix: allow/deny are strings in v8 ( #239 )
2020-12-09 09:31:34 +04:00
ITOH
7bdbcb76d6
refactor: centralize types ( #235 )
...
* Centralize types and structures
* Resolve Conflict
* Update cache.ts
2020-12-08 22:23:36 +04:00
Ayyan
bc73aeb632
Delete CODE_OF_CONDUCT.md
2020-12-08 11:25:12 +04:00
Ayyan
5f01204734
Delete feature_request.md
2020-12-08 11:24:59 +04:00
Ayyan
99462a9686
Delete bug_report.md
2020-12-08 11:24:49 +04:00
Ayyan
8060549822
Delete ask-a-question.md
2020-12-08 11:24:40 +04:00
Ayyan
8c0abf4ce5
Delete settings.json
2020-12-08 11:19:53 +04:00
Ayyan
a73d883603
Update .gitignore
2020-12-08 11:19:35 +04:00
Skillz4Killz
2eea47b63a
fix: guildBan* events argument order ( #233 )
2020-12-07 23:11:36 +04:00
Skillz4Killz
edc86559fc
Merge branch 'master' of https://github.com/discordeno/discordeno into next
2020-12-07 18:42:44 +00:00
Skillz4Killz
3ad012fb19
Merge pull request #232 from discordeno/ayntee-patch-2
...
fix: guildBanRemove() event not triggered
2020-12-07 13:36:33 -05:00
Ayyan
7955eb923a
fix: guildBanRemove() event not triggered
2020-12-07 22:35:30 +04:00
ITOH
ee9420d69a
docs: update Discord server link ( #231 )
...
* Missed an Invite Link
Somehow missed to update the Support Server invite link in the READMY.md. Don't know how I managed to miss that.
* Add Intents to Docs
* Remove Intent Section
2020-12-07 21:23:21 +04:00
ITOH
7dc43e41a0
docs: update Discord server links ( #230 )
2020-12-07 20:01:32 +04:00
ITOH
0d8ae91779
Switch to deno.land/x from x.nest.land ( #227 )
...
* Change import Links
* Update import Links
* Update createcommand.md
* Update createevent.md
2020-12-07 19:48:11 +04:00
ITOH
6949381de7
Remove nest.land workflow, update Discord link ( #228 )
...
* Remove Files for nest.land
* Change Discord Invite Link
2020-12-07 19:47:13 +04:00
Skillz4Killz
5514d83793
Add support for codespaces
2020-12-07 14:24:47 +00:00
Ayyan
bfb39000d5
Merge pull request #226 from itohatweb/format
...
style: format source files
2020-12-07 14:25:28 +04:00
ITOH
69e7abdd78
style: format source files
2020-12-07 11:21:05 +01:00
ITOH
4888dc37da
docs: update GitHub repository link ( #225 )
...
* Update FAQ links
* Update gettingstarted.md
* Update dockerhosting.md
2020-12-07 14:02:26 +04:00
ITOH
e29f498fb4
docs: update GitHub link ( #224 )
2020-12-07 12:33:47 +04:00
Ayyan
fbf253b874
docs: update old repository link
2020-12-07 09:45:12 +04:00
Skillz4Killz
9ff30ad1d8
Update permissions.ts
2020-12-06 15:52:22 -05:00
Skillz4Killz
1eccf8aa05
Update guild.ts
2020-12-06 14:34:29 -05:00
ITOH
cceb464bff
docs: fix "Edit this page" links ( #221 )
...
* Fix "Edit this page" Link generation
* Got that wrong
* Changed Repository Link
2020-12-06 14:34:15 +04:00
Ayyan
684128aa81
chore: update license name to discordeno
2020-12-06 10:36:39 +04:00
Ayyan
230cf592ea
docs: update license text to org
2020-12-06 10:35:33 +04:00