Zomatree
|
d4568c02ea
|
fix create_role
|
2024-05-13 13:27:11 +01:00 |
|
Zomatree
|
9bf443e36b
|
Fix channel.history not fetching members to go along with the messages
|
2023-12-29 20:09:38 +00:00 |
|
Zomatree
|
826e0f8c85
|
Fix varies bugs, fixes #55, fixes #56
|
2023-06-21 00:41:15 +01:00 |
|
Zomatree
|
828b428f48
|
Add display_name and discriminator
|
2023-06-13 03:10:45 +01:00 |
|
Zomatree
|
60ff8d81c9
|
bring type completeness to 100%
|
2023-05-20 03:04:52 +01:00 |
|
TheBobBobs
|
dfb45494ba
|
Fix Message._update (#50)
* fix Message._update
* handle edited being int in MessageUpdate event
|
2023-05-19 23:16:33 +01:00 |
|
Zomatree
|
625dd4eac2
|
finish implementation of permissions
|
2023-04-11 22:07:56 +01:00 |
|
Zomatree
|
0a6db1dc9c
|
inital permissions calculations
|
2023-04-11 19:05:56 +01:00 |
|
Zomatree
|
df9893aaff
|
add bulk message delete
|
2023-03-26 21:44:04 +01:00 |
|
Zomatree
|
63491ec76e
|
update docs
|
2023-03-15 19:00:49 +00:00 |
|
Zomatree
|
4d35de3ac8
|
qol updates
|
2023-01-02 22:06:25 +00:00 |
|
Zomatree
|
a92324149e
|
fix issues stemming from bugs in the revolt api
|
2022-11-16 23:06:31 +00:00 |
|
Zomatree
|
bf8ded7588
|
make client generic
|
2022-09-26 01:16:33 +01:00 |
|
Zomatree
|
bdafa57437
|
fix incorrect __all__
|
2022-08-18 21:04:18 +01:00 |
|
Zomatree
|
46c3cf893e
|
fix varies bugs
|
2022-08-18 20:16:29 +01:00 |
|
Zomatree
|
285974feef
|
add reactions and interactions
|
2022-08-18 02:19:54 +01:00 |
|
Zomatree
|
1ab91658c2
|
handle server join event
|
2022-08-08 19:23:25 +01:00 |
|
Zomatree
|
d187fff90b
|
add masquerade colour
|
2022-07-15 23:37:26 +01:00 |
|
Zomatree
|
e34af623b3
|
fix last_message_id, fixes #41
|
2022-07-15 22:40:01 +01:00 |
|
Zomatree
|
424fa10208
|
cleanup code
|
2022-07-05 16:37:45 +00:00 |
|
Zomatree
|
25f3b4e4fc
|
inital updated permissions system
|
2022-05-31 01:44:41 +01:00 |
|
Zomatree
|
0fdca7eb7d
|
isort
|
2022-04-25 13:40:39 +01:00 |
|
Zomatree
|
d5fb40690d
|
switch to using NotRequired
|
2022-04-02 21:02:12 +01:00 |
|
Zomatree
|
5b39fb1b74
|
fix voice channel permissions error
|
2022-03-23 23:39:39 +00:00 |
|
Zomatree
|
c360bbda84
|
fix small issues
|
2022-03-23 23:29:16 +00:00 |
|
Zomatree
|
21c9c78b6d
|
fix up docs
|
2022-03-23 22:43:57 +00:00 |
|
Zomatree
|
452f1f45bc
|
satisfy the type checker
|
2022-03-23 22:00:03 +00:00 |
|
Zomatree
|
c29a763576
|
add embed support
|
2022-02-14 05:50:35 +00:00 |
|
Zomatree
|
0fbb90f65e
|
fix typing issues
|
2022-01-22 00:30:09 +00:00 |
|
Zomatree
|
c7963f02e9
|
cover most api routes
|
2022-01-21 22:04:30 +00:00 |
|
Zomatree
|
a16bac6207
|
isort
|
2021-11-13 23:59:25 +00:00 |
|
Zomatree
|
1310f3a31a
|
add the rest of the events
|
2021-11-08 13:59:16 +00:00 |
|
Zomatree
|
0c7cc738fc
|
add masquerade
|
2021-11-07 10:26:12 +00:00 |
|
rockboy987
|
b5727c818e
|
Add replies parameter to messageable.send (#19)
* Add replies parameter to messageable.send
* Apply requested changes
|
2021-11-04 22:18:55 +00:00 |
|
Zomatree
|
a2168e35e9
|
add server_update event + missing server attrs
|
2021-10-28 03:43:20 +01:00 |
|
Zomatree
|
497d666311
|
Closes #18
|
2021-10-28 03:42:06 +01:00 |
|
Zomatree
|
7efc943281
|
run isort
|
2021-10-23 17:04:28 +01:00 |
|
rockboy987
|
c832bae971
|
Add permissions (#17)
* Add permissions
* Add set_permission methods for server and channel
* Add to docs
* Minor fix
* Apply suggestions from code review
|
2021-10-21 07:01:07 +01:00 |
|
Zomatree
|
1bdbbf8d21
|
add basic command handler
|
2021-10-17 02:47:40 +01:00 |
|
rockboy987
|
db9b78d14e
|
Add edit and delete methods for Message and handle MessageUpdate and MessageDelete events (#13)
* Add edit and delete methods to Message
Add handlers to update state on message update and delete
* Fix typehint
Add missing objects in __all__
|
2021-09-08 10:03:30 +01:00 |
|
rockboy987
|
a55ab98877
|
adding remaining messaging endpoints to http.py (#5)
* adding remaining messaging endpoints
* Apply suggestions from code review
Co-authored-by: Zomatree <39768508+Zomatree@users.noreply.github.com>
* Apply requested changes
* Fix typo
* Add typing overloads
* Fix search_messages route
* Make include_users default to False instead of None
* Fix fetch_messages
* Fix missing comma
* Add SortType to __all__
* Update revolt/http.py
* Update revolt/http.py
* Update revolt/http.py
Co-authored-by: Zomatree <39768508+Zomatree@users.noreply.github.com>
|
2021-09-03 22:55:45 +01:00 |
|
ppotatoo
|
2833aff90a
|
Forgot a comma
|
2021-09-02 15:27:54 -04:00 |
|
ppotatoo
|
fdfd96e224
|
Trailing comma and add missing things in __all__
|
2021-09-02 15:23:01 -04:00 |
|
ppotatoo
|
553fbffa74
|
Ran isort over directory and added __all__
|
2021-09-02 15:16:25 -04:00 |
|
Zomatree
|
f37eb6bbc1
|
remove unessessary import
|
2021-08-31 14:20:45 +01:00 |
|
Zomatree
|
fc330ee589
|
add basic http functions
|
2021-08-31 14:08:51 +01:00 |
|
Zomatree
|
37e3da5ec7
|
fix error with optional data
|
2021-08-30 16:25:09 +01:00 |
|
Zomatree
|
013885dfb4
|
add enums, add more stuff
|
2021-08-30 16:22:16 +01:00 |
|
Zomatree
|
3380222054
|
add docs
|
2021-08-29 21:19:09 +01:00 |
|
Zomatree
|
48f00c080b
|
split up types into its own folder
|
2021-08-29 17:04:24 +01:00 |
|