Skip to content

Commit

Permalink
Merge pull request #40 from Code4GovTech/development
Browse files Browse the repository at this point in the history
command name
  • Loading branch information
KDwevedi authored Aug 22, 2023
2 parents 0b5060d + 522942e commit c3702ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/user_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def update_contributors(self):


@commands.command()
async def github_profile_beta(self, ctx):
async def github_profile(self, ctx):
if isinstance(ctx.channel, discord.DMChannel):
githubProfileInfoEmbed = discord.Embed(title=f"Show off your contributions on your github profile!",
description='''Hey Contributor🔥
Expand Down

0 comments on commit c3702ee

Please sign in to comment.