From a8e4a51842077cc4368ef51f8843b534ec2061b2 Mon Sep 17 00:00:00 2001 From: Damego Date: Wed, 28 Dec 2022 22:27:26 +0500 Subject: [PATCH] docs: update ipy installation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100d127..aca8d50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Add localization support to your interactions.py bot ## Installation 1. `pip uninstall discord-py-interactions` -2. `pip install git+https://github.com/interactions-py/library.git@unstable` +2. `pip install git+https://github.com/interactions-py/library.git@4.4.0-beta.1` 3. `pip install --upgrade interactions-i18n`