Skip to content

Commit

Permalink
removed point bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KDwevedi committed Sep 20, 2023
1 parent 3a02a86 commit 008e52c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/user_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 008e52c

Please sign in to comment.