Commit Graph

11 Commits

Author SHA1 Message Date
Alex Orid
87c1576e4f Merge branch 'master' into Discord-Script 2020-10-14 04:13:27 -04:00
Alex Orid
5d97066b8b Fixed No Substring/No Arguments Bug
Fixed an error where if a command without arguments is sent it would fail.
2020-10-14 04:11:37 -04:00
Alex Orid
d00f01edc3 Updated Roll Command 2020-10-02 20:18:51 -04:00
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
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
Alex Orid
f0468e0630 Discord Module & Minor Fixes
Started working on the discord script.

Adjusted the if __name__ == "__main__": lines on a few modules.
2020-10-01 04:33:59 -04:00
Alex Orid
a95684053a Added Search Function for Credentials and Simplified Main() 2020-09-23 16:54:48 -04:00
Alex Orid
ada9d2ecb8 Added DB Module to the Twitch Module
Expanded main() a little to add DB_Module to the Twitch_Module.

Added a db_manager to the Twitch_Module class.

Added the nickname string to the db credential.
2020-09-23 15:01:15 -04:00
Alex Orid
928ec6e935 Cleaning up code
Renamed the Twitch Script

Got rid of unneeded files.
2020-09-23 02:35:00 -04:00