MCPcopy Create free account
hub / github.com/Infinity242/KickViewBot / stop_bot

Method stop_bot

KickViewBot.py:122–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 sleep(10)
121
122 def stop_bot(self):
123 for kickBot in self.kick_bots:
124 kickBot.stop()
125 for widget in self.winfo_children():
126 widget.destroy()
127 self.master.destroy()
128
129root = Tk()
130root.title("Kick View Bot")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected