From 008e52cd30a75397f178775de390339d8a6c4ae3 Mon Sep 17 00:00:00 2001 From: KDwevedi Date: Wed, 20 Sep 2023 16:11:41 +0530 Subject: [PATCH] removed point bug --- cogs/user_interactions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/user_interactions.py b/cogs/user_interactions.py index 9102da9..ba452b6 100644 --- a/cogs/user_interactions.py +++ b/cogs/user_interactions.py @@ -208,7 +208,6 @@ async def github_profile(self, ctx): await ctx.send("Oops! It seems you aren't currently registered") elif len(user) == 1: data = user[0] - data["points"]=0 if data["points"] == 0: await ctx.send(embed=noPointsGithubProfileEmbed) else: