Closed diananova closed 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): ...
Wait does this work?
yep
Hi @Laurell876 ! I think all we have to do here is just add aliases like this: