From 9a04d80067b904b9476d00905c2ee288fb736ec3 Mon Sep 17 00:00:00 2001 From: xenofem Date: Mon, 17 May 2021 01:04:18 -0400 Subject: [PATCH] normalize bot repo structure --- README.md | 2 +- absolute-destiny.py => bot.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename absolute-destiny.py => bot.py (100%) diff --git a/README.md b/README.md index b6ad32f..abcdf46 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Message `!-2` to roll 2d6-2 source env/bin/activate pip install discord.py echo > token - python absolute-destiny.py + python bot.py diff --git a/absolute-destiny.py b/bot.py similarity index 100% rename from absolute-destiny.py rename to bot.py