Update sweebot.py

This commit is contained in:
Nova Cat 2025-03-11 16:02:56 -07:00
parent a9bed5e631
commit 944eab2e74

View file

@ -678,7 +678,7 @@ while True:
cntr = dock.containers.run('alpine:edge', "/bin/ash", detach=True, tty=True)
print("Executing...")
_, stream = cntr.exec_run(cmd=" ".join(command[1:]))
multiline(stream, channel)
multiline(replace_color_codes(stream), channel)
except Exception as ex:
irc.send_irc(channel, nick + ":[ERR] Traceback:")
multiline(traceback.format_exc(), channel)