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