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:
parent
9808541122
commit
0eae8dfcdb
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue