From befba74ea9456a1750da7d83259c0b2becbdfdc1 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 16 Aug 2020 19:40:06 +0100 Subject: [PATCH] Changed version number to build up to v1 release --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/__init__.py b/bot/__init__.py index 4f1c0cd5..9f356c89 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -53,7 +53,7 @@ class Bot(commands.Bot): self.owner_id = 154840866496839680, # Your unique User ID self.case_insensitive = True # Commands are now Case Insensitive self.admin_colour = Colour(0x62167a) # Admin Embed Colour - self.version = "v1.7.2" # Version number of Ensō~Chan + self.version = "v0.7.2" # Version number of Ensō~Chan self.remove_command("help") # Remove default help command # Define variables that are for Enso only