Commit Graph

21 Commits

Author SHA1 Message Date
Alex Orid
4ef983c7cc Added Test Module & Updated Name == Main
Added a test module to make it faster to include new additions.

I also updated the name == main section in each module to use the values in config instead of itself.
2021-01-20 04:35:09 -05:00
Alex Orid
233d9682a3 Adjusted Test Function 2020-12-08 09:03:39 -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
f518c31a98 Deleted Spaces 2020-11-19 15:54:05 -05:00
Alex Orid
8f2ae75dc8 Discord TTS Channel 2020-11-19 00:22:07 -05:00
Alex Orid
a57ac29e72 Discord Script Tweak 2020-11-18 02:16:55 -05:00
Alex Orid
c04322ccd7 Threading Fix 2020-11-17 05:30:43 -05:00
Alex Orid
a167a7eba4 Updated Command Loader 2020-10-20 15:47:27 -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
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
bab4a31d95 Cleaned up Main 2020-10-20 03:24:53 -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
68ac5d76ee Message Sending 2020-10-17 03:36:54 -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
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