diff --git a/sweebot.py b/sweebot.py index abc6cd9..52e4b86 100644 --- a/sweebot.py +++ b/sweebot.py @@ -36,6 +36,7 @@ class config: return [] def setchanconfig(self, chan: str, flags: list): try: + print(self.chansettings(chan)) if self.chansettings(chan) == []: print("[!!!] Channel doesn't exist in config") self.database.execute("INSERT INTO chans (chan, flags) values(?, ?);", [chan, ["+config"] + ",".join(flags)])