Skillz4Killz
370f397344
fix the bugs my nuke opened
2020-12-15 18:06:16 -05:00
Skillz4Killz
aa39b1b62f
fmt
2020-12-15 17:57:02 -05:00
Skillz4Killz
2f14cf75ac
role stuff
2020-12-15 17:52:58 -05:00
Skillz4Killz
7559ad68cc
nuke this bug
2020-12-15 17:52:19 -05:00
Skillz4Killz
6da6965878
role getters
2020-12-15 15:32:14 -05:00
Skillz4Killz
e79e7af2cb
this is why i hate typings
2020-12-15 15:00:55 -05:00
Skillz4Killz
dc9b0a78ec
channels with getters
2020-12-15 14:53:28 -05:00
Skillz4Killz
1a578d9fdc
createNewProp
2020-12-15 14:04:32 -05:00
ITOH
3702925d03
feat: new webhook endpoints ( #253 )
...
* commit changes
* Add max message length error
2020-12-14 16:13:38 +04:00
ayntee
6ba289199a
style: format source files
2020-12-11 01:08:12 +04:00
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
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
88730266ff
Bug fix
2020-12-09 16:50:20 +01:00
ITOH
af2a398318
Add nicer Way to edit Channel Permission
2020-12-09 16:23:45 +01: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
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
Ayyan
7955eb923a
fix: guildBanRemove() event not triggered
2020-12-07 22:35:30 +04:00
ITOH
69e7abdd78
style: format source files
2020-12-07 11:21:05 +01: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
Ayyan
d745457b6e
Make linter happy :)
2020-12-05 12:07:36 +04:00
Ayyan
747858437f
Update guild.ts
2020-12-04 20:20:49 +04:00
Ayyan
dbb0feabd6
Update guild.ts
2020-12-04 20:06:46 +04:00
Ayyan
5bf843b595
feat: better return type/value for createServer()
2020-12-04 20:05:01 +04:00
Waleed
b571cc3ae6
Fixing Bug on line 40
2020-12-03 12:04:17 -05:00
ayntee
6156db4617
Merge branch 'master' of https://github.com/Skillz4Killz/Discordeno into next
2020-11-30 19:32:58 +04:00
ayntee
8b7eb7d84b
fix: resolve urlToBase64() promise
2020-11-30 09:44:04 +04:00
ayntee
fdcd9ca668
Merge branch 'master' of https://github.com/Skillz4Killz/Discordeno into next
2020-11-27 10:14:07 -08:00
Skillz4Killz
167e24ee81
Merge pull request #167 from Skillz4Killz/role.tags
...
Add Role.tags property
2020-11-26 10:29:46 -05:00
TheBlueOompaLoompa
1a4fe647e4
Fix spelling error in guild.ts
...
Fixed the extra uppercase letter in the comment for unban.
2020-11-25 20:45:47 -06:00
ayntee
6505adac76
Merge pull request #208 from Skillz4Killz/web-ws-api
...
Switch to web WebSocket API
2020-11-24 21:48:57 +04:00
ayntee
c5cd88852b
Handle WebSocket#error event
2020-11-24 21:47:25 +04:00
ayntee
6041e03268
Switch binaryType to "arraybuffer"
2020-11-24 21:36:22 +04:00
ayntee
a0db2bdb69
Remove todo comment
2020-11-24 20:56:32 +04:00
Skillz
4aa232344b
Merge branch 'next' of https://github.com/Skillz4Killz/Discordeno into next
2020-11-23 13:01:07 -05:00
Skillz
7150a5d0bc
better typings
2020-11-23 13:01:03 -05:00
ayntee
b33ff695ca
Fix spelling error :p
2020-11-22 20:39:28 +04:00