Zomatree
ba3f74dcd0
Add docs
2023-04-11 22:23:12 +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
a672f949a1
fix servermemberjoin, closes #48
2023-03-27 00:43:12 +01:00
Zomatree
df9893aaff
add bulk message delete
2023-03-26 21:44:04 +01:00
Zomatree
35a4614b61
fix incorrect routes
2023-03-26 18:42:16 +01:00
Zomatree
263f99f281
use is not None in _update
2023-03-26 18:09:35 +01:00
Zomatree
e99b6edee3
correctly handle role creation
2023-03-26 18:08:30 +01:00
Zomatree
ab5a2751df
fix docs
2023-03-15 19:41:31 +00:00
Zomatree
63491ec76e
update docs
2023-03-15 19:00:49 +00:00
Zomatree
76364572f1
timeout and upload_file
2023-02-22 18:49:55 +00:00
Zomatree
8db036e131
fix CI
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
d3f7275d1b
add created_at to all models with ids
2022-11-16 23:05:06 +00: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
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
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
99b974f96e
bump version
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
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