From b335a4b6c5a1f4e93ad78bc80a4ef6a1b21b2eaa Mon Sep 17 00:00:00 2001 From: "Sean McHugh (mchughs3)" Date: Thu, 24 Nov 2022 01:07:38 +0000 Subject: [PATCH] Rename secrets.py to secretkeys.py --- chatbot/{secrets.py => secretkeys.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename chatbot/{secrets.py => secretkeys.py} (79%) diff --git a/chatbot/secrets.py b/chatbot/secretkeys.py similarity index 79% rename from chatbot/secrets.py rename to chatbot/secretkeys.py index 931990c..e3f5aae 100644 --- a/chatbot/secrets.py +++ b/chatbot/secretkeys.py @@ -1,2 +1,2 @@ discord_bot_key = 'MTAyODMyNjc1NTQ2MDcxNDUyOA.Gow-x8.wBojvKOP8aJ-FUYY7XcPkfmg3RkOL6m_w4BEHY' -riot_api_key = 'RGAPI-b4f5490c-f776-4a8f-8e99-989133928995' # this needs to be manually changed daily \ No newline at end of file +riot_api_key = 'RGAPI-b4f5490c-f776-4a8f-8e99-989133928995' # this needs to be manually changed daily