Commit Graph

380 Commits

Author SHA1 Message Date
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
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
Alex Orid
202b25ec26 Fixed Inconsistent Parts 2020-10-02 03:41:35 -04:00
Alex Orid
16e06f59fb Message Detection 2020-10-02 03:35:49 -04:00
Alex Orid
fbd629a459 Successful Connection
Was finally able to connect thanks to a thread.

(Certificate Issue)

Good Certificate found on:
https://crt.sh/?id=2835394

Thread:
https://github.com/Rapptz/discord.py/issues/4159

(Also fixed the requirements file)
2020-10-02 03:03:45 -04:00
Alex Orid
2559cd7076 Updated Requirements 2020-10-01 04:35:35 -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