fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

list aliases in help command #122

Open fisher60 opened 4 years ago

fisher60 commented 4 years ago

The help command should list all the aliases to a command. This is so that users can actually see ways to invoke the command.

aishuo07 commented 4 years ago

can u assign me this issue

uncomfyhalomacro commented 4 years ago

No problemo. youre assigned. 💯

aishuo07 commented 4 years ago

Thanks for assigning can u tell me where I can find all the commands added by you so that I can create their aliases

fisher60 commented 4 years ago

The commands are all in bot.cogs. But the task is to automatically get the aliases, if there are any, of a command and display them in the help message. This should be done inside of the help command in bot.__main__.py. You will not need to create any aliases for this.

aishuo07 commented 4 years ago

okay

JulianK27 commented 4 years ago

Hey could you assign me to this issue if it's still relevant? For the rest of you; how about working together?

aishuo07 commented 4 years ago

i am okay with working together

JulianK27 commented 4 years ago

That's good to hear. If you want we could contact each other via discord. If I get assigned of course.

fisher60 commented 4 years ago

If you are interested in working together, that is fine. You will have to work that out between you two though.