From f58ca2199feb9b93a3c0e8a93cad793d21c08849 Mon Sep 17 00:00:00 2001 From: xPolar <50601857+xPolar@users.noreply.github.com> Date: Thu, 14 Apr 2022 19:11:06 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8535d34..c711fea 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # snowfin -An async discord http interactions framework built on top of Sanic +An async discord http interactions framework built on top of Sanic. ## Installing -for now just install the package through pip via github +For now just install the package through PIP via GitHub, make sure your Python version is at least 3.10. ```sh # Unix based pip3 install git+https://github.com/kajdev/snowfin @@ -11,7 +11,7 @@ pip3 install git+https://github.com/kajdev/snowfin py -m pip install git+https://github.com/kajdev/snowfin ``` -## Example +## Examples ### Simple slash command ```python @@ -52,7 +52,7 @@ async def on_slash_defer(context: Interaction): bot.run("0.0.0.0", 80, debug=True) ``` -you can see more examples in [/examples](https://github.com/KAJdev/snowfin/tree/main/examples) +You can see more examples [here](https://github.com/KAJdev/snowfin/tree/main/examples) ## Links From 8f332180afb2d3ad171c2a650cd2614586d28166 Mon Sep 17 00:00:00 2001 From: kaj <40004347+KAJdev@users.noreply.github.com> Date: Thu, 14 Apr 2022 18:16:25 -0800 Subject: [PATCH 2/2] change some stylings --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c711fea..b1afe8a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ An async discord http interactions framework built on top of Sanic. ## Installing -For now just install the package through PIP via GitHub, make sure your Python version is at least 3.10. +For now just install the package through PIP via GitHub +> Please note that the library requires at least python 3.10 ```sh # Unix based pip3 install git+https://github.com/kajdev/snowfin