diff --git a/.gitignore b/.gitignore index d395d94..fd4f379 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ venv.bak/ # Pycharm project settings .idea/ + +# FoBot config +foBot_config/* diff --git a/app.json b/app.json new file mode 100644 index 0000000..b2e2eba --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "foBot", + "description": "A simple bot for discord.", + "image": "heroku/python", + "repository": "https://github.com/Fomys/foBot", + "keywords": ["python", "discord", "rewrite"] +} diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..b16fb5e --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.7.0 \ No newline at end of file