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
Zomatree
d5fb40690d
switch to using NotRequired
2022-04-02 21:02:12 +01:00
Zomatree
a539d8d8c1
fix help command to allow changing attrs
2022-04-02 20:36:05 +01:00
Zomatree
41eddffc1b
make context generic over client
2022-03-30 19:03:03 +01:00
Zomatree
7f3253a3b5
add case_insenitive
2022-03-30 19:02:41 +01:00
Zomatree
bbb3f18f42
add edit self
2022-03-30 19:00:02 +01:00
Zomatree
a0717b180d
remove manifest
2022-03-28 04:19:43 +01:00
Zomatree
85b6309192
fix workflow
2022-03-28 01:54:39 +01:00
Zomatree
16aa5308a9
dont cache pip
2022-03-28 01:03:15 +01:00
Zomatree
d0263b5f8f
switch to pyproject.toml
2022-03-28 01:02:04 +01:00
Zomatree
40ea19951f
add basic help command framework
2022-03-26 18:03:13 +00:00
Zomatree
f539590005
add group.commands
2022-03-26 18:02:12 +00:00
Zomatree
7b05466090
make add_command take one param and add remove_command
2022-03-26 18:01:44 +00:00
Zomatree
8ba3e047b9
add cog.qualified_name and cog.commands
2022-03-26 18:01:01 +00:00
Zomatree
2279f86446
fix codeblock in documentation
2022-03-23 23:49:28 +00:00
Zomatree
5b39fb1b74
fix voice channel permissions error
2022-03-23 23:39:39 +00:00
Zomatree
c19003f2be
initial user support
2022-03-23 23:31:45 +00:00
Zomatree
c360bbda84
fix small issues
2022-03-23 23:29:16 +00:00
Zomatree
b03ac0c9d2
add ClientSession helper function
2022-03-23 22:44:19 +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
Omkaar
8641f45400
Fix spelling errors ( #30 )
...
* Fix spelling errors in `websocket.py`
* Fix some errors in `utils.py`
* Fix spelling error in `asset.py`
* Fix spelling error in `enums.py`
* Fix some more errors
2022-03-11 10:37:54 +00:00
Zomatree
19d3d5ea4b
fix 3.9 compat
2022-03-07 03:00:07 +00:00
Zomatree
d7eb5cfe46
display errors from event handlers
2022-03-07 02:56:22 +00:00
Zomatree
07d8c9dd1b
handle invalid json responses
2022-03-07 02:55:56 +00:00
Zomatree
0dc5e5510a
fix message editing
2022-03-07 02:55:05 +00:00
Zomatree
c83897a1f7
make channel.server_id optional
2022-03-07 02:54:25 +00:00
Zomatree
be2af590af
add cogs and extensions
2022-02-14 05:56:18 +00:00
Zomatree
16177e6698
fix missing inconsistancies
2022-02-14 05:51:46 +00:00
Zomatree
40e9e3a26e
import *
2022-02-14 05:50:50 +00:00
Zomatree
c29a763576
add embed support
2022-02-14 05:50:35 +00:00
Zomatree
5e757d129f
fix parameters with no annotation
2022-02-08 22:15:45 +00:00
Zomatree
b17b7fc171
inital implementation of group commands
2022-01-28 19:32:00 +00:00
Zomatree
9dfcf69e52
bump version to v0.1.6
v0.1.6
2022-01-28 19:15:11 +00:00
Zomatree
b1a91cecb1
fix typing fix error
2022-01-28 19:14:15 +00:00
Zomatree
7cf3fa3e01
bump version to 0.1.5
v0.1.5
2022-01-27 23:41:56 +00:00
Zomatree
bff242c3f6
fix deps not being auto installed from pypi
2022-01-27 23:41:21 +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
Bye
5641390d5b
Add pip install instructions ( #25 )
...
Co-authored-by: Zomatree <39768508+Zomatree@users.noreply.github.com >
2022-01-21 20:24:29 +00:00
Zomatree
7a37da571f
bump version to 0.1.4
2022-01-05 18:45:23 +00:00