From 9843898045c189c6474aff870d0c1121a43b9168 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 18 Aug 2020 02:51:01 +0100 Subject: [PATCH] Changed version string --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/__init__.py b/bot/__init__.py index 1eb819a5..78a385e3 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -61,7 +61,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 = "v0.7.2" # Version number of Ensō~Chan + self.version = "0.7.2" # Version number of Ensō~Chan self.remove_command("help") # Remove default help command # Define variables that are for Enso only