Skip to content

Commit

Permalink
Merge pull request #42 from Code4GovTech/development
Browse files Browse the repository at this point in the history
removed point bug
  • Loading branch information
KDwevedi authored Sep 20, 2023
2 parents c83c24d + 008e52c commit f21c3bb
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 f21c3bb

Please sign in to comment.