pacapon / StyroBotPy

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

Refactor dictionary keys in Plugin.py #7

Closed zylozs closed 7 years ago

zylozs commented 7 years ago

It shouldn't be using 'numParams' everywhere, it should be using a variable which has this value. Do this for all the other values as well.

zylozs commented 7 years ago

Fixed