kritzware / kritzbot-legacy

Twitch chat bot, written with Python (old version)
MIT License
4 stars 0 forks source link

Rewrite the command module #116

Closed kritzware closed 8 years ago

kritzware commented 8 years ago

Rewrite the command module so we don't need to use multiple if statements to check if cmd = desired command.

kritzware commented 8 years ago
  1. Loop through commands array
  2. If command found, do 'execute_command' method from command class

Command name can be stored as member variable, as well as entry keywords for commands such as duel, raffle etc.