From 466c82ec25138584e4a3e44b6b11639ddcfd323c Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 13 Jan 2023 17:33:58 +0100 Subject: [PATCH] Rename src/main.py -> bot.py --- README.md | 6 +++--- src/main.py => bot.py | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/main.py => bot.py (100%) diff --git a/README.md b/README.md index 5a178dc..74a15a2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ pip install -r requirements.txt - On the last line, replace `TOKEN` with your bot token -- Then, run the `main.py`file: +- Then, run the `bot.py`file: ```sh -python3 main.py +python3 bot.py ``` @@ -22,4 +22,4 @@ python3 main.py As this bot is made for one discord server, most things on it are hardcoded. For this bot to work, you might need to replace a big part of the code. -Any use of this bot outside of Linux General is not mine and Bodge's responsability. \ No newline at end of file +Any use of this bot outside of Linux General is not mine and Bodge's responsability. diff --git a/src/main.py b/bot.py similarity index 100% rename from src/main.py rename to bot.py