Skip to content

Commit

Permalink
Merge pull request #39 from Code4GovTech/development
Browse files Browse the repository at this point in the history
showcase activity on github profile
  • Loading branch information
KDwevedi authored Aug 22, 2023
2 parents 3429415 + 11625cf commit 0b5060d
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 517 deletions.
2 changes: 1 addition & 1 deletion cogs/badges.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def check(reaction, user):
for badge in user_badges["achievements"]:
await ctx.send(embed=badge)
else:
await ctx.send("Hey, you have not collected any badges yet. Keep coding & engaging with the community to earn badges!")
await ctx.send(f"Hey {ctx.author.name}\n\nYou have not earned any badges yet. Keep contributing and engaging on our community to earn more badges!!")
else:
ctx.send("This command is only usable by DMing the bot")

Expand Down
Loading

0 comments on commit 0b5060d

Please sign in to comment.