command-loader #6

Merged
alex_orid merged 15 commits from command-loader into master 2020-10-02 19:31:47 +00:00

15 Commits

Author SHA1 Message Date
a41446c606 Merge branch 'master' into command-loader 2020-10-02 19:30:29 +00:00
dtookey
59aba6ba20 Okay, we'll just do the whole thing in a try block 2020-10-02 15:23:50 -04:00
dtookey
5b2c7c0ee9 handled KeyError on unfound commands
better command_text finding
2020-10-02 15:20:15 -04:00
dtookey
ee6e5bd0a6 i'm an idiot 2020-10-02 15:10:03 -04:00
dtookey
bd675bdd32 updated script search logic 2020-10-02 14:58:49 -04:00
dtookey
1f86269bbb updated documentation for command_test.py 2020-10-02 14:47:04 -04:00
dtookey
c6eb28d466 Merge remote-tracking branch 'origin/command-loader' into command-loader 2020-10-02 14:36:12 -04:00
dtookey
143691c186 removed class imports from command scripts 2020-10-02 14:36:07 -04:00
dtookey
98d8e96922 removed class imports from command scripts 2020-10-02 14:35:55 -04:00
dtookey
948877f0ee there are two lines in the test command. I botched one of them... 2020-10-02 13:51:43 -04:00
dtookey
1993593150 Merge remote-tracking branch 'origin/command-loader' into command-loader
# Conflicts:
#	twitch_script.py
2020-10-02 13:49:48 -04:00
dtookey
7c870caa92 implemented a few doodads on the AbstractCommand class to make integration easier.
Modified do_command to receive the Twitch_Module class from twitch_script.py and the twitch.chat.Message from the bot

implemented the loader in the bot
2020-10-02 13:49:39 -04:00
dtookey
354a6da9ae implemented a few doodads on the AbstractCommand class to make integration easier.
Modified do_command to receive the Twitch_Module class from twitch_script.py and the twitch.chat.Message from the bot

implemented the loader in the bot
2020-10-02 13:40:04 -04:00
dtookey
9038d244f2 cleaned up defunct bits of pyc implementation 2020-10-02 12:38:10 -04:00
dtookey
0e53eedfba implemented class loader for concrete instances of commands 2020-10-02 12:31:20 -04:00