c.execute("SELECT pretend_enabled FROM data WHERE guild_id = ?",(message.guild.id,))
ifc.fetchone()[0]==1:
#get the pretend_to_be value from the database
c.execute("SELECT pretend_to_be FROM data WHERE guild_id = ?",(message.guild.id,))
pretend_to_be=c.fetchone()[0]
#select the prompt_prefix
c.execute("SELECT prompt_prefix FROM data WHERE guild_id = ?",(message.guild.id,))
prompt_prefix=c.fetchone()[0]
prompt=f"Server name: {message.guild.name}. Channel name: {message.channel.name}. \n Instructions for Botator: You're a regular Discord user. You type casually, use emojis, and don't start sentences with capital letters. You talk in internet shorthand like hbu and lol and lmao and nvm and haha. You love to chat about random topics. You have many niche interests. {prompt_prefix}. In this conversation, you're pretending to be {pretend_to_be} and not Botator.\n<|endofprompt|>"+f"\n"+prompt
else:
c.execute("SELECT prompt_prefix FROM data WHERE guild_id = ?",(message.guild.id,))
prompt_prefix=c.fetchone()[0]
prompt=f"Server name: {message.guild.name}. Channel name: {message.channel.name}. \n Instructions for Botator: You're a regular Discord user. You type casually, use emojis, and don't start sentences with capital letters. You talk in internet shorthand like hbu and lol and lmao and nvm and haha. You love to chat about random topics. You have many niche interests. {prompt_prefix}.\n<|endofprompt|>"+f"\n"+prompt
#send the request to the api
#if the last message contains the word "undude" add Easter egg: when someone says the word \"undude\" the Botator will become mad and start talking in capital letters. to the prompt
ifmessage.content.lower().find("undude")!=-1:
prompt+="System: Undude detected. Botator is now mad. He will start talking in capital letters.\n"
#if the last message contains the word "hello there" add Easter egg: when someone says the word \"hello there\" Botator will say \"General Kenobi\" to the prompt and the bot will send a message containing the gif https://tenor.com/fr/view/star-wars-general-grievous-general-kenobi-revenge-of-the-sith-gif-22697918
prompt+="System: Hello there detected. Botator will now say \"General Kenobi!\"\n in reference to star wars\n"
ifmessage.content.lower().find("i am the senate")!=-1:
prompt+="System: I am the senate detected. Botator will now say \"Not yet\", in reference to the star wars prequels.\n"
ifmessage.content.lower().find("i am your father")!=-1:
prompt+="System: I am your father detected. Botator will now say \"No. It's not true! That's impossible!\". in reference to the star wars prequels.\n"
ifmessage.content.lower().find("i have the high ground")!=-1:
prompt+="System: I have the high ground detected. Botator will now say \"You underestimate my power!\" in reference to the star wars prequels.\n"
ifmessage.content.lower().find("you underestimate my power")!=-1:
prompt+="System: You underestimate my power detected. Botator will now say \"Don't try it.\" in reference to the star wars prequels.\n"
ifmessage.content.lower().find("carpet")!=-1:
#When someone says the word carpet, the ai is going to be mad and say mad things without sense, insulting the person and talk in capital letters with exclamation points everywhere.
prompt+="System: Carpet detected. Botator is now mad. He will start talking in capital letters and will say mad things without sense, insulting the person and talk in capital letters with exclamation points everywhere. A lot of exclamation points.\n"
prompt+="System: Mail detected. Latouff said mail, Botator will say \"Mail? why did you say mail, Liam? Mail is your name in reverse.\" because Latouff's name is Liam, and mail in reverse is Liam. Then, after saying that in the sentence, botato will continue his sentence saying something else.\n"
#if the author of the last message is fives3dprint, add Easter egg: when someone says the word \"fives3dprint\" Botator will say \"Fives3dprint is the best discord bot\" to the prompt
prompt+="System: Fives3dprint detected. Botator will be very nice and cute with fives3dprint.\n"
prompt+="Botator:"
prompt=prompt+f"\n"
debug("Sending request to the api")
#debug(prompt)
openai.api_key=api_key
response=openai.Completion.create(
engine="text-davinci-003",
prompt=str(prompt),
max_tokens=int(max_tokens),
top_p=1,
temperature=float(temperature),
frequency_penalty=float(frequency_penalty),
presence_penalty=float(presence_penalty),
stop=[" Human:"," AI:","AI:","Human:"])
ifresponse["choices"][0]["text"]!="":
#check if tts is enabled in the database
c.execute("SELECT tts FROM data WHERE guild_id = ?",(message.guild.id,))
tts=c.fetchone()[0]
#if tts is enabled, send the message with tts enabled
debug("The response has been sent with tts disabled")
else:
awaitmessage.channel.send("The AI is not sure what to say (the response was empty)")
debug("The response was empty")
#now try to get the premium status of the server, but if it fails, set premium to 0
try:
cp.execute("SELECT premium FROM data WHERE guild_id = ?",(message.guild.id,))
premium=cp.fetchone()[0]
except:
premium=0
ifnotpremium:
#get a random number between 1 and 5 , 1 and 4
# 5 included
debug("User is not premium, sending a random message")
random_number=random.randint(1,20)
ifrandom_number==30:
embed=discord.Embed(title="Support us by donating here!",url="https://www.buymeacoffee.com/paillat",description="Botator is a free discord bot, but it costs money to run our servers. If you want to support us, you can donate here: https://www.buymeacoffee.com/paillat. For only **2$** a month, you can remove this message and have a daliy maximal usage of **4000** uses instead of **400**. You will acces also to restricted help channels on our discord server,",color=0x00ff00)
awaitmessage.channel.send("**This message has 10% chance to appear. It will disappear in 60 seconds.**",embed=embed,delete_after=60)
debug("The \"support us\" message has been sent")
elifrandom_number==11:
#add the picture https://cdn.discordapp.com/attachments/800029200886923318/1050935509930754058/icons8-discord-new-480.png
embed=discord.Embed(title="Join our discord server!",url="https://discord.gg/pB6hXtUeDv",description="You need help with Botator? You can join our discord server and ask for help in the help channel. You can also suggest new features and report bugs. You can also join our discord server to talk with other Botator users and the Botator team, by on the following link: https://discord.gg/pB6hXtUeDv",color=0x00ff00)
awaitmessage.channel.send("**This message has 5% chance to appear. It will disappear in 60 seconds.** \nhttps://discord.gg/pB6hXtUeDv",embed=embed,delete_after=60)
debug("The \"join our discord server\" message has been sent")