From c60d43d8d1b6cd09e03522a128ff38cba7eef6df Mon Sep 17 00:00:00 2001 From: ndwifi <66157075+ndwifi@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:13:56 +0530 Subject: [PATCH] Update __main__.py --- main/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/__main__.py b/main/__main__.py index fda9da21e..2e07fba17 100644 --- a/main/__main__.py +++ b/main/__main__.py @@ -17,7 +17,7 @@ #Don't be a thief print("Successfully deployed!") -print("By MaheshChauhan • DroneBots") +print("By ndMaheshChauhan • DroneBots") if __name__ == "__main__": bot.run_until_disconnected()