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
0e0456ca9e
Prep for Bug Fix
...
Currently there is a bug where if discord and twitch have the same named commands,
the command will fail.
2020-10-20 06:26:41 -04:00
Alex Orid
83dad6764a
Got rid of junk
2020-10-20 06:16:49 -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
5f3b3bb775
Cleaned up Main
2020-10-20 05:07:41 -04:00
Alex Orid
b0169ec68d
Setup Cooldowns & Msg Clean Up
2020-10-20 04:44:52 -04:00
Alex Orid
323a5b1e9e
Clean Up
2020-10-20 04:27:04 -04:00
Alex Orid
6c7df8674d
Working Discord Roll Command
2020-10-20 04:18:45 -04:00
Alex Orid
7258bc0baf
Update README.md
2020-10-20 03:44:08 -04:00
Alex Orid
14894e9aed
Fixed Inconsistency
2020-10-20 03:41:56 -04:00
Alex Orid
07a48e0aa7
Updated ReadMe & Templates
2020-10-20 03:35:14 -04:00
Alex Orid
bab4a31d95
Cleaned up Main
2020-10-20 03:24:53 -04:00
Alex Orid
c4b409fd00
Modified more Lines
2020-10-20 03:12:42 -04:00
Alex Orid
81c458ddd1
Removed Line
2020-10-20 03:10:41 -04:00
Alex Orid
c55e708928
Added Test
2020-10-20 03:08:29 -04:00
Alex Orid
b29787d5c3
This Works?
2020-10-20 03:07:26 -04:00
Alex Orid
df3aa80a65
Progress Maybe?
...
This is the current error I run into:
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\ADO\AppData\Local\Programs\Python\Python37\lib\threading.py", line
926, in _bootstrap_inner
self.run()
File "C:\Users\ADO\AppData\Local\Programs\Python\Python37\lib\threading.py", line
870, in run
self._target(*self._args, **self._kwargs)
TypeError: discord_module_init() argument after * must be an iterable, not Discord_Module
2020-10-20 03:00:33 -04:00
Alex Orid
4f55c84ba8
idea
2020-10-20 00:10:42 -04:00
Alex Orid
da06145f25
Merge branch 'master' into Discord-Script
2020-10-19 17:23:32 -04:00
Alex Orid
d836752e29
Renamed Module
2020-10-19 17:21:05 -04:00
Alex Orid
088bba8309
Merge branch 'cooldowns'
2020-10-19 17:14:55 -04:00
Alex Orid
6d8b8b2928
another test
2020-10-19 17:14:19 -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
7b5b648e97
Fixed Missing Cooldown
2020-10-15 06:45:00 -04:00
Alex Orid
5d88861b8c
Expanded Cooldowns
2020-10-15 06:40:42 -04:00
7205964c3c
Merge pull request 'Added Cooldowns to limit messages and commands.' ( #8 ) from cooldowns into master
...
Reviewed-on: #8
2020-10-15 10:09:05 +00:00
Alex Orid
202d8e5891
Updated Mains.
2020-10-15 06:00:49 -04:00
Alex Orid
d88871abef
Fixed Import
2020-10-15 02:57:19 -04:00
Alex Orid
bbe77195ac
Fixed Cooldowns Bug
2020-10-15 02:48:26 -04:00
Alex Orid
e7d9ecb273
Fixed Cooldowns Bug
2020-10-15 01:58:00 -04:00
Alex Orid
5f5496c918
added cooldowns class
2020-10-15 01:27:51 -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
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
9ab31b6320
Merge pull request 'command-loader' ( #6 ) from command-loader into master
...
Reviewed-on: #6
2020-10-02 19:31:47 +00: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
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