From c882ae9922aa927fac476380a1a65364fc247b87 Mon Sep 17 00:00:00 2001 From: xenofem Date: Mon, 17 May 2021 01:00:14 -0400 Subject: [PATCH] normalize bot repo structure --- README.md | 2 +- data_expunged.py => bot.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename data_expunged.py => bot.py (100%) diff --git a/README.md b/README.md index b12720a..1c367c8 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ Discord bot to help mobile users spoiler uploaded images source env/bin/activate pip install discord.py echo > token - python data_expunged.py + python bot.py diff --git a/data_expunged.py b/bot.py similarity index 100% rename from data_expunged.py rename to bot.py