green.
|
ca37846df7
|
fix: dont compare offset-naive and offset-aware datetimes (#89)
|
2024-11-29 21:54:44 +00:00 |
|
Zomatree
|
86c07a6d6b
|
fix: cleanup docs to include missing things
|
2024-10-29 17:02:40 +00:00 |
|
Zomatree
|
a8be358339
|
fix: various bugs
Closes #85
Closes #82
|
2024-10-29 15:57:26 +00:00 |
|
Zomatree
|
e34ca0afda
|
Greedy support, closes #77
|
2024-06-11 21:33:11 +01:00 |
|
IAmTomahawkx
|
060e6ea32a
|
fix: prevent new space from appearing if buffer is depleted
|
2024-05-29 21:00:20 +01:00 |
|
Zomatree
|
2dabb0dbb8
|
fix patch for older python versions
|
2024-05-29 19:11:56 +01:00 |
|
Zomatree
|
48e0f0fb2e
|
better handling of optional args
|
2024-05-29 00:18:00 +01:00 |
|
Zomatree
|
d8fde3d0a6
|
fix converters not catching errors
|
2024-05-13 13:32:21 +01:00 |
|
Zomatree
|
d4568c02ea
|
fix create_role
|
2024-05-13 13:27:11 +01:00 |
|
Zomatree
|
ff49f8e3e5
|
fix pyright changing generics in metaclasses
|
2024-05-13 13:23:27 +01:00 |
|
Zomatree
|
eed960b9de
|
chore: bump version
|
2024-02-20 17:15:01 +00:00 |
|
Zomatree
|
185bd00eb9
|
fix: typing coverage
|
2024-02-15 20:30:34 +00:00 |
|
Zomatree
|
41be16477d
|
feat: Command cooldowns
|
2024-02-15 20:25:37 +00:00 |
|
Zomatree
|
5a22d6063d
|
Fix typing bugs
|
2023-12-29 20:21:48 +00:00 |
|
Zomatree
|
7b95ec1b6b
|
Simple reconnection logic
|
2023-12-29 20:11:55 +00:00 |
|
Zomatree
|
dffbc1f665
|
Add an Object class to make mocking data with ids easier
|
2023-12-29 20:11:27 +00:00 |
|
Zomatree
|
1cfc21d4ff
|
Undo on failed args when the default exists
|
2023-12-29 20:10:57 +00:00 |
|
Zomatree
|
9bf443e36b
|
Fix channel.history not fetching members to go along with the messages
|
2023-12-29 20:09:38 +00:00 |
|
Zomatree
|
5d3250bcce
|
keep waiting when wait_for check fails
|
2023-09-13 21:30:49 +01:00 |
|
Zomatree
|
1a697457b7
|
Fix member.edit
|
2023-09-11 15:53:54 +01:00 |
|
Zomatree
|
51c7e45821
|
provide autocomplete for events
|
2023-09-11 15:53:36 +01:00 |
|
Zomatree
|
1c041d1e9f
|
re-export types
|
2023-09-11 15:53:05 +01:00 |
|
Zomatree
|
04b2bfbc40
|
Merge branch 'master' of github.com:revoltchat/revolt.py
|
2023-08-28 18:57:10 +01:00 |
|
Zomatree
|
02cefeab46
|
Fix member.edit
|
2023-08-28 18:57:05 +01:00 |
|
William M
|
5aa3c2c00a
|
Fix wrong query param types for remove_reaction (#65)
|
2023-07-27 15:51:27 +01:00 |
|
Zomatree
|
11663d493a
|
Fix circular imports
|
2023-07-24 20:00:13 +01:00 |
|
Zomatree
|
411a0f8203
|
Merge branch 'master' of github.com:revoltchat/revolt.py
|
2023-07-20 00:30:30 +01:00 |
|
William M
|
7ae2a56610
|
Fix the 'user' and 'remove_all' parameters not working in Message#remove_reaction() (#63)
* Fix parameters not being passed in remove_reaction
* Update revolt/http.py
---------
Co-authored-by: Angelo Kontaxis <angelokontaxis@hotmail.com>
|
2023-07-20 00:30:07 +01:00 |
|
MysticMia
|
04e63e9468
|
Edit function and class docstrings to fix copy-paste error and improve english (#62)
* Update context.py
* Update asset.py
spelling / grammar errors
* Fix missing 'not' in docstring in Context.server
|
2023-07-20 00:19:10 +01:00 |
|
Zomatree
|
c8c11b5394
|
Fix nameerror
fixes #61
|
2023-07-20 00:15:37 +01:00 |
|
Zomatree
|
2749822782
|
Add missing type-hint
|
2023-07-02 19:58:21 +01:00 |
|
Zomatree
|
71a33c16b4
|
Fix mentions for users who dont share a server
fixes #60
|
2023-07-02 19:56:59 +01:00 |
|
Zomatree
|
5ee3c60ba5
|
Add listeners
|
2023-07-01 01:41:17 +01:00 |
|
Zomatree
|
8524ff4036
|
rename typevars to be more informative
|
2023-06-30 16:20:46 +01:00 |
|
Zomatree
|
c97085cd55
|
provide original message in message_update event
|
2023-06-30 16:17:28 +01:00 |
|
Zomatree
|
85910a703a
|
fix subcommands in cogs
|
2023-06-26 17:19:37 +01:00 |
|
Zomatree
|
042a7da85e
|
fix help command argument parsing
|
2023-06-24 01:19:34 +01:00 |
|
Zomatree
|
1841d21bee
|
fix subcommands being shown as base commands
|
2023-06-24 01:18:55 +01:00 |
|
Zomatree
|
69602fc812
|
make created_at a property
|
2023-06-24 01:18:01 +01:00 |
|
Zomatree
|
a52febcb4e
|
Fix incorrect docs, closes #59
|
2023-06-22 02:54:03 +01:00 |
|
Zomatree
|
da6fb64b89
|
Fix trying to send a DM to yourself
|
2023-06-22 02:53:21 +01:00 |
|
Zomatree
|
072a4b1f2d
|
fix for older python versions
|
2023-06-21 00:45:12 +01:00 |
|
Zomatree
|
826e0f8c85
|
Fix varies bugs, fixes #55, fixes #56
|
2023-06-21 00:41:15 +01:00 |
|
Zomatree
|
a23615a5ae
|
Fix bug for older python versions
|
2023-06-15 01:58:46 +01:00 |
|
Zomatree
|
2c30502b50
|
Raise an error if the token is invalid
|
2023-06-13 04:17:14 +01:00 |
|
Zomatree
|
e23effd605
|
add missing annotations
|
2023-06-13 04:14:49 +01:00 |
|
Zomatree
|
4e70b8076c
|
bump version
|
2023-06-13 03:34:42 +01:00 |
|
Zomatree
|
828b428f48
|
Add display_name and discriminator
|
2023-06-13 03:10:45 +01:00 |
|
Zomatree
|
4efaac40f6
|
fix FLAG_NAMES not being set
|
2023-06-04 15:22:21 +01:00 |
|
Zomatree
|
78f14fa9a0
|
Revert: test CI
|
2023-05-20 13:09:59 +01:00 |
|