Commit graph

508 commits

Author SHA1 Message Date
phixxy
42d698ffa5 added setup function 2024-02-16 01:05:41 -08:00
phixxy
8dd2ce0cdb fixed self.bot.http_session which no longer exists 2024-02-15 23:15:11 -08:00
phixxy
6808abd274 added error handling in answer question 2024-02-15 23:13:48 -08:00
phixxy
a12723004e check if environment var is true 2024-02-15 23:04:09 -08:00
phixxy
f9cb2163bf safer prompt for meme topic generation 2024-02-15 22:52:07 -08:00
phixxy
e4fe215928 updated meme to allow blank topics 2024-02-15 22:48:00 -08:00
phixxy
404244c573 fixed bot_base_cog and made an example cog 2024-02-15 22:37:41 -08:00
phixxy
25c616b99b channel topic fix 2024-02-15 16:29:51 -08:00
phixxy
ac5da8dd27 fixed bug in personality setting 2024-02-15 14:50:51 -08:00
phixxy
5256930ebe scaled the image down 2024-02-14 22:47:05 -08:00
phixxy
547952ad6d deleted 2024-02-14 22:44:43 -08:00
phixxy
6fff4c90c9
Update README.md
fixed image links
2024-02-14 22:43:05 -08:00
phixxy
5d24fa2af5 rewrote entire README 2024-02-14 22:27:43 -08:00
phixxy
902eeead5a uppercase DISCORD_TOKEN 2024-02-14 22:23:22 -08:00
phixxy
8706a8144c Added example outputs 2024-02-14 22:19:08 -08:00
phixxy
9dd6fc1e1b cleanup of new base cog 2024-02-14 01:05:47 -08:00
phixxy
02fa32cb1c Added base cog to inherit from 2024-02-14 00:59:05 -08:00
phixxy
d39a5c395b fixed loading cogs 2024-02-14 00:58:21 -08:00
phixxy
0e5cb9dd0f changed extensions to cogs, removed mentions of plugins/extensions 2024-02-14 00:07:06 -08:00
phixxy
bdcdd87348 removed bot.logger, have each cog handle logging 2024-02-14 00:00:58 -08:00
phixxy
95d585b5dd minor formatting change 2024-02-13 23:47:37 -08:00
phixxy
32bac26caa fixed missing import 2024-02-13 01:55:31 -08:00
phixxy
5331a5e2e7 each cog now handles its own http session 2024-02-13 01:54:36 -08:00
phixxy
10ac529323 make its own http session and reusable header 2024-02-13 01:46:14 -08:00
phixxy
35558cf155 make its own http session 2024-02-13 01:45:52 -08:00
phixxy
b1beb57dfc moved functions to their own modules
deleted unused _essentials.py
2024-02-13 01:17:33 -08:00
phixxy
b023724e09 added type hinting and docstrings 2024-02-11 23:11:04 -08:00
phixxy
40b6aaab38 large code refactoring, no major changes to functionality 2024-02-11 22:33:50 -08:00
Phixxy
2918db15a9 added font size variable 2024-02-11 15:15:26 -08:00
Phixxy
8d3a1b78ab added disk usage 2024-02-11 15:11:11 -08:00
Phixxy
6aa8b45c65 added tmp/ 2024-02-11 15:01:02 -08:00
Phixxy
43a1bdbcb8 enhanced error handling
removed adding exif data to images
2024-02-11 15:00:23 -08:00
Phixxy
b421166b23 added better error handling when failure to connect to server 2024-02-11 14:34:28 -08:00
Phixxy
e906b9da1d no longer load extension if upload disabled 2024-02-11 14:27:50 -08:00
Phixxy
123ff9c4ae added .gitignore 2024-02-11 14:26:09 -08:00
Phixxy
4fa1892578 added error command 2024-02-11 14:25:48 -08:00
phixxy
a1a1886e17 changed gpt4 to gpt4 turbo to save $$$ 2024-02-08 02:25:25 -08:00
phixxy
3e9391d184 added openai option 2024-02-08 01:45:43 -08:00
phixxy
91502fb29b tts using eleven labs rachel voice 2024-02-08 01:03:02 -08:00
phixxy
346a6b0298 fixed bug where newlines were not being handled correctly in logging 2024-02-06 01:52:03 -08:00
phixxy
225e715639 fixed error in logging where newlines were not being removed 2024-02-06 01:48:46 -08:00
phixxy
2b127c225d added exception handling to a division by zero error 2024-02-06 01:42:07 -08:00
phixxy
be8364b69c should temporarily fix some weird bug happening 2024-02-06 01:39:32 -08:00
phixxy
820dc7c5a2 added missing requirements 2024-02-04 15:57:09 -08:00
phixxy
dac2f68f80 fixed get_json function call 2024-02-04 00:23:06 -08:00
phixxy
c7fe4b2c2a removed try/except block when adding cog, as sparky does that now 2024-02-04 00:21:35 -08:00
phixxy
70f008bf82 added try: except: when importing extensions 2024-02-04 00:19:40 -08:00
phixxy
70e63f2803 started working on evolution
fixed some bugs with using get_json
2024-02-04 00:19:02 -08:00
phixxy
e7050906bb added error handling of missing commands 2024-02-03 04:47:05 -08:00
phixxy
acbd6d0fe8 removed unneeded print statement and fixed formatting 2024-02-03 04:40:06 -08:00