Update sweebot.py

This commit is contained in:
Nova Cat 2025-03-11 15:57:05 -07:00
parent 9e2518b0ea
commit feb45a984a

View file

@ -668,7 +668,7 @@ while True:
elif command[0] == "$dopull":
irc.send_irc(channel, nick + ":[...] Please wait, pulling docker image...")
image = dock.images.pull('alpine/edge')
image = dock.images.pull('alpine', tag="edge")
irc.send_irc(channel, nick + ":[OK] Pulled docker image, running command now.")
elif command[0] == "$doshell":
if len(command) > 1: