removed sensitive data
This commit is contained in:
parent
41d2716a06
commit
222f3bee59
5 changed files with 13 additions and 3 deletions
1
channels/config/1097306681429479586.json
Normal file
1
channels/config/1097306681429479586.json
Normal file
|
|
@ -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}
|
||||||
1
channels/config/544408659174883328.json
Normal file
1
channels/config/544408659174883328.json
Normal file
|
|
@ -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}
|
||||||
4
channels/logs/1097306681429479586.log
Normal file
4
channels/logs/1097306681429479586.log
Normal file
|
|
@ -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
|
||||||
3
channels/logs/544408659174883328.log
Normal file
3
channels/logs/544408659174883328.log
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
phixxy.com: !question pick a color between purple and green
|
||||||
|
Sparkytron 3000: Blue
|
||||||
|
Sparkytron 3000: Blue
|
||||||
|
|
@ -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]")
|
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
|
id = memenumber
|
||||||
|
imgflip_username = os.getenv('imgflip_username')
|
||||||
|
imgflip_password = os.getenv('imgflip_password')
|
||||||
params = {
|
params = {
|
||||||
'username':"Bottlec4p",
|
'username':imgflip_username,
|
||||||
'password':'Cookies@22',
|
'password':imgflip_password,
|
||||||
'template_id':memepics[id-1]['id']
|
'template_id':memepics[id-1]['id']
|
||||||
}
|
}
|
||||||
boxes = []
|
boxes = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue