Commit Graph

72 Commits

Author SHA1 Message Date
Alex Orid
b9a28a503c Changed prefix 2020-12-08 21:28:06 -05:00
Alex Orid
dfbeb63aef Added Commands & changed prefix
Added restart and shutdown commands to the twitch bot module.
2020-12-08 06:19:56 -05:00
Alex Orid
f81a2c6512 Changed command prefix 2020-12-08 06:09:41 -05:00
Alex Orid
32b9a54a27 Added Restart/Shutdown Commands
Added the restart and shutdown command to the bot's discord module.
2020-12-08 06:06:58 -05:00
Alex Orid
b2b1d87949 Fixed Command Typo 2020-11-16 16:59:55 -05:00
Alex Orid
a167a7eba4 Updated Command Loader 2020-10-20 15:47:27 -04:00
Alex Orid
ce702b8b01 Working TTS on Discord
I also cleaned up tts usage in a few other places.
2020-10-20 06:12:26 -04:00
Alex Orid
b0169ec68d Setup Cooldowns & Msg Clean Up 2020-10-20 04:44:52 -04:00
Alex Orid
6c7df8674d Working Discord Roll Command 2020-10-20 04:18:45 -04:00
Alex Orid
da06145f25 Merge branch 'master' into Discord-Script 2020-10-19 17:23:32 -04:00
Alex Orid
68ac5d76ee Message Sending 2020-10-17 03:36:54 -04:00
Alex Orid
7aa6c55863 Fixed TTS Setting command 2020-10-15 15:32:17 -04:00
Alex Orid
541ad25af2 Changed Message Sending
I changed the send message function I use for the twitch commands.
2020-10-14 04:33:33 -04:00
Alex Orid
d00f01edc3 Updated Roll Command 2020-10-02 20:18:51 -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
143691c186 removed class imports from command scripts 2020-10-02 14:36:07 -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
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
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