From 9f31c679307a58da48daa2d98bdd04bd8de1a720 Mon Sep 17 00:00:00 2001 From: Raki-12 <68501941+Raki-12@users.noreply.github.com> Date: Sat, 3 Oct 2020 22:05:32 +0530 Subject: [PATCH 1/3] Update __main__.py --- SaitamaRobot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SaitamaRobot/__main__.py b/SaitamaRobot/__main__.py index 12759a31a7..28f00dc718 100644 --- a/SaitamaRobot/__main__.py +++ b/SaitamaRobot/__main__.py @@ -77,7 +77,7 @@ def get_readable_time(seconds: int) -> str: dispatcher.bot.first_name, "" if not ALLOW_EXCL else "\nAll commands can either be used with / or !.\n") -SAITAMA_IMG = "https://telegra.ph/file/46e6d9dfcb3eb9eae95d9.jpg" +SAITAMA_IMG = "https://telegra.ph/file/3991b1088807a2268853b.jpg" DONATE_STRING = """Heya, glad to hear you want to donate! Saitama is hosted on one of Kaizoku's Servers and doesn't require any donations as of now but \ From 202d9b714fc87de6e373a626ceb74a0406c53bdf Mon Sep 17 00:00:00 2001 From: JustDoIt-hub <78211928+JustDoIt-hub@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:14:54 +0530 Subject: [PATCH 2/3] Rename sample_config.py to config.py --- SaitamaRobot/{sample_config.py => config.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SaitamaRobot/{sample_config.py => config.py} (100%) diff --git a/SaitamaRobot/sample_config.py b/SaitamaRobot/config.py similarity index 100% rename from SaitamaRobot/sample_config.py rename to SaitamaRobot/config.py From bc672b6b42aac8839ef5a6e80b76c1193b24220e Mon Sep 17 00:00:00 2001 From: JustDoIt-hub <78211928+JustDoIt-hub@users.noreply.github.com> Date: Wed, 11 Aug 2021 01:18:14 +0530 Subject: [PATCH 3/3] Rename elevated_users.json.sample to elevated_users.json --- .../{elevated_users.json.sample => elevated_users.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SaitamaRobot/{elevated_users.json.sample => elevated_users.json} (98%) diff --git a/SaitamaRobot/elevated_users.json.sample b/SaitamaRobot/elevated_users.json similarity index 98% rename from SaitamaRobot/elevated_users.json.sample rename to SaitamaRobot/elevated_users.json index 612950da15..be25688309 100644 --- a/SaitamaRobot/elevated_users.json.sample +++ b/SaitamaRobot/elevated_users.json @@ -5,4 +5,4 @@ "sudos": [], "tigers": [], "spammers": [] -} \ No newline at end of file +}