From 993231b04c1deb1aca8d531e9e34ad1e766b22c8 Mon Sep 17 00:00:00 2001 From: xenofem Date: Mon, 17 May 2021 01:01:00 -0400 Subject: [PATCH] normalize bot repo structure --- README.md | 2 +- doctor_dinosaur.py => bot.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doctor_dinosaur.py => bot.py (100%) diff --git a/README.md b/README.md index 0d5f362..c4e2812 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Message `?3` to roll initiative with a modifier of 3. source env/bin/activate pip install discord.py echo > token - python doctor_dinosaur.py + python bot.py diff --git a/doctor_dinosaur.py b/bot.py similarity index 100% rename from doctor_dinosaur.py rename to bot.py