From a2a4ac9fabe3e9ea036d359e950763ac67ca0817 Mon Sep 17 00:00:00 2001 From: deesiigneer Date: Mon, 6 Jun 2022 14:51:38 +0300 Subject: [PATCH] fix #1 --- spapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spapi/__init__.py b/spapi/__init__.py index 87b4162..77e6d38 100644 --- a/spapi/__init__.py +++ b/spapi/__init__.py @@ -69,7 +69,7 @@ class Api: def check_user(self, discord_user_id): """ Проверка на наличие проходки - :param discord_user_id: Стоимость покупки в АРах + :param discord_user_id: ID пользователя в Discord. :return: username - Ник пользователя или null, если у пользователя нет проходки на сервер. """