Update sweebot.py

This commit is contained in:
Swee 2024-09-11 15:17:18 -07:00
parent a64c3b0d05
commit 1642ceff30

View file

@ -1,3 +1,6 @@
#0.0.1p4
version_unpretty = "0.0.1p4"
__version__ = "0.0.1 patch 4"
import socket
import subprocess
from time import sleep, time, ctime
@ -339,7 +342,7 @@ while True:
update()
elif command[0] == "$version":
irc.send_irc(channel, "This is SweeBot 0.0.1 patch 3")
irc.send_irc(channel, "This is SweeBot " + __version__)
elif command[0] == "$figlet":
if len(command) > 1: