pacapon / StyroBotPy

Python version of my custom DiscordBot, based on Rapptz discord.py
MIT License
2 stars 0 forks source link

Improve how commands are registered for a plugin to be more dynamic and automated #25

Closed zylozs closed 7 years ago

zylozs commented 7 years ago

Should probably use a decorator to register meta data about a function which you want to become a command function. This meta data will be used by the bot to do everything it needs.

zylozs commented 7 years ago

Resolved