From 997c8d374291df25d49ef859711dc8227fddddad Mon Sep 17 00:00:00 2001 From: luk3yx Date: Thu, 20 Oct 2022 16:03:43 +1300 Subject: [PATCH] Update requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42661dd..1e28264 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A feature-filled Discord relay for Minetest, supporting: Easy! `discordmt` works by running a Python program which converses with a serverside mod using HTTP requests. Don't have or want Python? No problem! Binaries are also available. -If you want to run the source, however, Python 3.6.3+, `aiohttp` 3.5+ and `discord.py` 1.2.5+ are required. +If you want to run the source, however, Python 3.8+, `aiohttp` 3.7.4+ and `discord.py` 2.0.0+ are required. ### Basic setup