194 Commits

Author SHA1 Message Date
Zomatree 8db036e131 fix CI v0.1.10 2023-01-02 22:10:07 +00:00
Zomatree 4d35de3ac8 qol updates 2023-01-02 22:06:25 +00:00
Zomatree ce5bf29f59 rework flags 2023-01-02 22:05:51 +00:00
Zomatree 656b9e6483 convert to hatch from poetry 2023-01-02 22:04:37 +00:00
Zomatree a92324149e fix issues stemming from bugs in the revolt api 2022-11-16 23:06:31 +00:00
Zomatree 9504c05e7b bump aiohttp dep to fix python 3.11 2022-11-16 23:05:45 +00:00
Zomatree d3f7275d1b add created_at to all models with ids 2022-11-16 23:05:06 +00:00
Zomatree 588d62e093 Use revolt.utils.client_session in example (#46) 2022-10-10 09:38:06 +01:00
Zomatree 8534458e28 fix type narrowing 2022-10-10 00:29:29 +01:00
Zomatree 95100a5b77 fix typing issues 2022-10-10 00:20:35 +01:00
Zomatree 81de5a6539 allow passing None to help_command to disable it 2022-10-10 00:19:37 +01:00
Zomatree b3e1ffa3bb reword typeguard comment to be updated 2022-10-10 00:18:24 +01:00
Zomatree c531aa649e bump doc deps 2022-10-08 14:38:39 +01:00
Zomatree 23354d030b make metaclass not generic 2022-09-26 01:26:03 +01:00
Zomatree bf8ded7588 make client generic 2022-09-26 01:16:33 +01:00
Zomatree 7ddfa2635c Fix colour always being none 2022-09-11 19:17:41 +01:00
Zomatree 7c412a056a fix race condition when joining a server 2022-08-21 13:19:45 +01:00
Zomatree 19cfa0a96c implement interactions 2022-08-18 22:51:47 +01:00
Zomatree 88af87a4e1 rename server_create event to server_join 2022-08-18 21:58:20 +01:00
Zomatree 6436901e6f move _members to a instance attr due being read only 2022-08-18 21:50:12 +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 737515f9b5 remove unnessary channel parameter 2022-08-18 03:25:51 +01:00
Zomatree 285974feef add reactions and interactions 2022-08-18 02:19:54 +01:00
Zomatree a065cd40c7 bump version v0.1.9 2022-08-08 19:31:00 +01:00
Zomatree 1ab91658c2 handle server join event 2022-08-08 19:23:25 +01:00
Zomatree 64ccd58b8f cleanup channel.edit 2022-07-16 00:21:26 +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 2de49e6a6c change all keyerrors to lookup errors 2022-07-05 17:54:56 +00:00
Zomatree 424fa10208 cleanup code 2022-07-05 16:37:45 +00:00
Zomatree 052130d721 fix text channel docs 2022-07-05 16:36:55 +00:00
Zomatree efbb667fef handle channels in serverupdate event, fixes #39 2022-06-30 20:24:49 +01:00
Zomatree 09c50a0e97 fix incorrect docs 2022-06-30 20:24:13 +01:00
Zomatree 99b974f96e bump version v0.1.8 2022-06-23 02:10:19 +01:00
Zomatree 357fd7b071 update docs 2022-05-31 01:57:22 +01:00
Zomatree 1f411c12bf fix CI issues 2022-05-31 01:47:07 +01:00
Zomatree 25f3b4e4fc inital updated permissions system 2022-05-31 01:44:41 +01:00
Zomatree 6871754a27 remove trailing whitespace 2022-04-25 13:42:37 +01:00
Zomatree 0fdca7eb7d isort 2022-04-25 13:40:39 +01:00
Zomatree 7aa72d6e58 bump version to 0.1.7 v0.1.7 2022-04-25 13:33:19 +01:00
HigherOrderLogic 94ba404912 Add cog_load and cog_unload method (#34)
* Add `cog_load` and `cog_unload` method

* Move `cog_load` to end

* Resolve conflict
2022-04-25 13:31:08 +01:00
Lewis L. Foster 4002be8d39 Implemented a servers property into revolt.Client (#36)
* Implement mention for users, members and channels

* Add servers property to revolt.Client

* Forgot to add the docstring for revolt.servers

* fix typo in revolt.Client.servers docstring
2022-04-25 13:30:30 +01:00
Achxy 8d1ee4609b Fix typo in the docstring of FeatureDisabled (#37) 2022-04-25 13:30:00 +01:00
Lewis L. Foster 8b7d850741 Implement mention for users, members and channels (#35) 2022-04-06 15:58:42 +01:00
Zomatree 2c25f2f05b fix ci issue 2022-04-05 06:21:13 +01:00
Zomatree e491ba0f6e rework converter internals to handle edgecases 2022-04-05 06:15:51 +01:00
Zomatree 7229b75c17 fix cog binding 2022-04-03 16:11:49 +01:00
Zomatree aea5c98dbb update justfile 2022-04-02 21:02:49 +01:00
Zomatree c61e58964c add missing docs to functions 2022-04-02 21:02:25 +01:00