# Kick player button self.kick_button = tk.Button(root, text="Kick Player", command=self.kick_player) self.kick_button.pack(pady=5)