AlluringLabs / JenkiesBot

3 stars 0 forks source link

Figure out why DiscordPY Commands Aren't Working With Py34 #2

Closed JenkinsDev closed 8 years ago

JenkinsDev commented 8 years ago

Through my trials of setting up commands, it seems that using the built-in decorator for creating commands is not registering the command correctly. DiscordPY doesn't have documentation on the commands portion of the library so some source digging will have to be done to figure out what's going on.

JenkinsDev commented 8 years ago

I'm actually going to label this one as wontfix for the time being. If we move forward with JenkiesBot having multiple connection adapters then we'd want to create our own command system over the one that's built into DiscordPY.