diff --git a/channels/config/1097306681429479586.json b/channels/config/1097306681429479586.json new file mode 100644 index 0000000..5135a9c --- /dev/null +++ b/channels/config/1097306681429479586.json @@ -0,0 +1 @@ +{"personality": "average", "channel_topic": "casual", "chat_enabled": false, "commands_enabled": true, "chat_history_len": 5, "look_at_images": false, "react_to_msgs": false, "ftp_enabled": false} \ No newline at end of file diff --git a/channels/config/544408659174883328.json b/channels/config/544408659174883328.json new file mode 100644 index 0000000..5135a9c --- /dev/null +++ b/channels/config/544408659174883328.json @@ -0,0 +1 @@ +{"personality": "average", "channel_topic": "casual", "chat_enabled": false, "commands_enabled": true, "chat_history_len": 5, "look_at_images": false, "react_to_msgs": false, "ftp_enabled": false} \ No newline at end of file diff --git a/channels/logs/1097306681429479586.log b/channels/logs/1097306681429479586.log new file mode 100644 index 0000000..e735cb8 --- /dev/null +++ b/channels/logs/1097306681429479586.log @@ -0,0 +1,4 @@ +phixxy.com: hi +Sparkytron 3000: Hello! How are you today? Is there anything you'd like to chat about or any questions I can help with? +phixxy.com: !change_model +Sparkytron 3000: This command is currently disabled diff --git a/channels/logs/544408659174883328.log b/channels/logs/544408659174883328.log new file mode 100644 index 0000000..69947d8 --- /dev/null +++ b/channels/logs/544408659174883328.log @@ -0,0 +1,3 @@ +phixxy.com: !question pick a color between purple and green +Sparkytron 3000: Blue +Sparkytron 3000: Blue diff --git a/sparkytron3000.py b/sparkytron3000.py index 9dee636..e164a24 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -640,10 +640,11 @@ async def meme(ctx): panel_text = await answer_question("Create text for a meme. The meme is " + meme_name + ". It has " + str(panel_count) + " panels. Only create one meme. Do not use emojis or hashtags! Use the topic: " + topic + ". Use the output format (DO NOT USE EXTRA NEWLINES AND DO NOT DESCRIBE THE PICTURE IN YOUR OUTPUT): \n1: [panel 1 text]\n2: [panel 2 text]") id = memenumber - + imgflip_username = os.getenv('imgflip_username') + imgflip_password = os.getenv('imgflip_password') params = { - 'username':"Bottlec4p", - 'password':'Cookies@22', + 'username':imgflip_username, + 'password':imgflip_password, 'template_id':memepics[id-1]['id'] } boxes = []