gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Allow the github subcommands to be invoked directly. #85

Open vivekashok1221 opened 3 years ago

vivekashok1221 commented 3 years ago

The usage for the github command is currently as follows: !github subcommand. Trying to directly invoke the subcommand like !subcommand shows no output.

For example, !github issue 23 python/cpython. A usage such as !issue 23 python/cpython is currently not supported. It would be cool to support such a usage.

This issue can be addressed in the same PR as issue #84.