21 Commits

Author SHA1 Message Date
Zomatree b61bb49949 inital voice support 2021-12-31 04:52:56 +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