We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4e266 commit 3c4d85bCopy full SHA for 3c4d85b
README.md
@@ -10,8 +10,10 @@ Requires disnake version 2.10.0 or above and python 3.10.0 or above.
10
Key Features
11
------------
12
- Smoothly integrates with disnake,
13
-- Uses an intuitive dataclass-like syntax to create innately persistent components,
14
-- `custom_id` matching, conversion, and creation are automated for you.
+- Intuitive dataclass-like syntax to declare component classes,
+- Fully stateless and persistent by permanently storing state inside custom ids,
15
+- Custom id matching, parsing, conversion and creation are all managed for you,
16
+- Highly customisable!
17
18
Installing
19
----------
0 commit comments