MLH-Fellowship / github-discord-bot

This bot allows you to associate a Github repo to a Discord channel and get quick info, such as summary, recent issues, pull requests, etc.
MIT License
7 stars 1 forks source link

add aliases for commands #22

Closed diananova closed 3 years ago

diananova commented 3 years ago

Hi @Laurell876 ! I think all we have to do here is just add aliases like this:

@bot.command(aliases=['new_repo'])
async def create_repo(ctx, repoName):
...
Laurell876 commented 3 years ago

Wait does this work?

diananova commented 3 years ago

yep