diff --git a/Procfile b/Procfile index b96cada7..4d614de1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python main.py \ No newline at end of file +worker: python bot/main.py \ No newline at end of file diff --git a/main.py b/bot/main.py similarity index 100% rename from main.py rename to bot/main.py