mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Fixed typo in prompt
This commit is contained in:
parent
7a420cecb6
commit
48bcb29654
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -162,7 +162,7 @@ class Bot {
|
|||
"Bob: "+bot.me.username+" Wie geht es dir?\n"
|
||||
+bot.me.username+": Mir geht es ganz gut! :-)\n"
|
||||
"Ecki: Hey "+bot.me.username+", was sind 10 mal 90??\n"
|
||||
+bot.me.username+": das sind 900! Wenn man mal 10 oder so Rechnet, muss man nur die Anzahl der Nullen übertragen.\n", cb);
|
||||
+bot.me.username+": das sind 900! Wenn man mal 10 oder so rechnet, muss man nur die Anzahl der Nullen übertragen.\n", cb);
|
||||
// Delete progress message
|
||||
bot.message_delete(msg.id, msg.channel_id);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue