diff --git a/.travis.yml b/.travis.yml index 72b09a0f..8ed3485c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: install: - pip install -r requirements.txt script: - - python3.6 -m py_compile grandbot.py \ No newline at end of file + - python3.6 -m py_compile royalbot.py \ No newline at end of file diff --git a/grandbot.py b/royalbot.py similarity index 100% rename from grandbot.py rename to royalbot.py