1
0
Fork 0
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:
niansa 2023-04-02 20:52:41 +02:00
parent 7a420cecb6
commit 48bcb29654

View file

@ -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);
});