Changed version string

pull/8/head
sgoudham 4 years ago
parent 02e61e95a5
commit 9843898045

@ -61,7 +61,7 @@ class Bot(commands.Bot):
self.owner_id = 154840866496839680 # Your unique User ID self.owner_id = 154840866496839680 # Your unique User ID
self.case_insensitive = True # Commands are now Case Insensitive self.case_insensitive = True # Commands are now Case Insensitive
self.admin_colour = Colour(0x62167a) # Admin Embed Colour 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 self.remove_command("help") # Remove default help command
# Define variables that are for Enso only # Define variables that are for Enso only

Loading…
Cancel
Save