From b249bc1ec0810c6ce2673b9c1a1f2f527fe779ac Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Tue, 18 Aug 2020 19:56:31 +0800 Subject: [PATCH] [config] Make it an example config file Editing the config file and committing it with secrets was the wrong idea. So, I renamed it to 'config.example.py'. Signed-off-by: Andrei Jiroh Eugenio Halili --- BotBase/{config.py => config.example.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BotBase/{config.py => config.example.py} (100%) diff --git a/BotBase/config.py b/BotBase/config.example.py similarity index 100% rename from BotBase/config.py rename to BotBase/config.example.py