1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00

Reverted last commit

This commit is contained in:
niansa 2023-03-20 00:15:16 +01:00
parent 9808541122
commit 0eae8dfcdb

View file

@ -161,7 +161,7 @@ class Bot {
{
std::ostringstream prompts;
// Append channel name
prompts << "Log des #chat Kanals.\nNotiz: "+bot.me.username+" ist ein freundlicher aber etwas frecher Chatbot.\n\n";
prompts << "Log des #chat Kanals.\nNotiz: "+bot.me.username+" ist ein freundlicher Chatbot, der gerne mitredet.\n\n";
// Append each message to stream
for (const auto& [id, msg] : history) {
if (msg.author.id == bot.me.id && !msg.edited) continue;