Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting name= in the command decorator prevents using the func name to invoke. #69

Closed
EvieePy opened this issue Jun 21, 2019 · 1 comment
Labels
bug IRC IRC related items.

Comments

@EvieePy
Copy link
Member

EvieePy commented Jun 21, 2019

Describe the bug
Setting name= in the command decorator prevents using the func name to invoke the command. You should be able to use all aliases the set name and the function name to invoke the command.

Are you using TwitchIO within a Discord Bot?
No

What commit of TwitchIO are you using?
2.0.0.a1

To Reproduce
Steps to reproduce the behaviour:
Create a command with bot.command(name='test') and try to invoke the command with the function name.

Expected behaviour
Function name invokes the command

@EvieePy
Copy link
Member Author

EvieePy commented Oct 5, 2019

See #87

@EvieePy EvieePy closed this as completed Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug IRC IRC related items.
Projects
None yet
Development

No branches or pull requests

1 participant