Update sweebot.py

This commit is contained in:
Nova Cat 2025-03-11 15:46:41 -07:00
parent bc8218ff9a
commit 45ace462c3

View file

@ -688,6 +688,7 @@ while True:
if cntr == None:
irc.send_irc(channel, nick + ":[OK] No container is loaded yet.")
else:
cntr.stop()
cntr.remove()
cntr = None
irc.send_irc(channel, nick + ":[OK] Done.")