AI slop update to switch warp docker ip on bot block

This commit is contained in:
jenz
2026-08-24 14:47:44 +02:00
parent 9c4c02c532
commit 0346c0667b
4 changed files with 247 additions and 28 deletions
@@ -89,7 +89,7 @@ class CommandHandler():
Ret = await Command._rfunc(line, RMatch, player)
else:
#self.Logger.debug(f"_rfunc line: {line}")
if line.startswith("!yt"): #transfering the line if its !yt or !yts in case people want to include pitch or tempo.
if line.lower().startswith("!yt"): #transfering the line if its !yt or !yts in case people want to include pitch or tempo. (case-insensitive: trigger matching itself is case-insensitive, so this must be too)
Ret = await Command._func(Message, player, line)
else:
Ret = await Command._func(Message, player)