Skip to content

Commit 73448e2

Browse files
committed
update
1 parent 573660d commit 73448e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DarkBotManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _build_ui(self):
261261
bottom.pack(fill=X)
262262
self.progress = ttk.Progressbar(bottom, orient="horizontal", mode="determinate", bootstyle="success-striped")
263263
self.progress.pack(fill=X, expand=True)
264-
self.footer_discord_label = ttk.Label(text="Discord: youknowwho5111", foreground="lightblue")
264+
self.footer_discord_label = ttk.Label(text="Discord: crazygirl3598", foreground="lightblue")
265265
self.footer_discord_label.pack(side="right")
266266
self.footer_text_label = ttk.Label(text=self.tr.t("footer_text"), foreground="lightblue")
267267
self.footer_text_label.translation_key = "footer_text" # Dodany atrybut

0 commit comments

Comments
 (0)