From e26857f269bfe6e2c474f64625fb53ec39242b6d Mon Sep 17 00:00:00 2001 From: nalydmerc Date: Wed, 23 Apr 2025 18:21:53 +0000 Subject: [PATCH] Rename token --- .gitignore | 4 ++-- gupbot/{example_guptoken.py => guptoken.py.example} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename gupbot/{example_guptoken.py => guptoken.py.example} (100%) diff --git a/.gitignore b/.gitignore index 8b10215..c7618c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -guptoken.py -*.pyc \ No newline at end of file +*.pyc +gupbot/guptoken.py diff --git a/gupbot/example_guptoken.py b/gupbot/guptoken.py.example similarity index 100% rename from gupbot/example_guptoken.py rename to gupbot/guptoken.py.example