From 9d3e5674ab98afae803da2086e3a63ae808d3028 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 29 Mar 2017 11:22:51 +0200 Subject: [PATCH] Renamed grandbot.py --- .travis.yml | 2 +- grandbot.py => royalbot.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename grandbot.py => royalbot.py (100%) 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