From 0fcfc8009f4fb8f8770e00ec4860bcc8b913f74a Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Sat, 7 Sep 2024 14:36:27 +0900 Subject: [PATCH] =?UTF-8?q?PC=E3=82=92=E8=87=AA=E5=88=86=E3=81=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E4=B8=AD=E3=81=AA=E3=81=AE=E3=81=AB=E4=BB=96=E4=BA=BA?= =?UTF-8?q?=E3=81=8C=E4=BD=BF=E7=94=A8=E4=B8=AD=E3=81=A8=E5=87=BA=E5=8A=9B?= =?UTF-8?q?=E3=81=95=E3=82=8C=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker.py b/dislocker.py index ab724cc..736d334 100644 --- a/dislocker.py +++ b/dislocker.py @@ -232,7 +232,7 @@ class Bot(discord.Client): else: discord_user_id = None if "member_id" in kwargs: - member_id = str(kwargs["member_id"]) + member_id = int(kwargs["member_id"]) else: member_id = None