From 1bf926b5f989ea7a7abe75c30fc1523d85e75d78 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 17 Aug 2020 10:17:16 +0100 Subject: [PATCH] Got rid of stupid comma --- bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/__init__.py b/bot/__init__.py index 917f4c87..f6835905 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -50,7 +50,7 @@ class Bot(commands.Bot): super().__init__(command_prefix=get_prefix, **options) self.db = None self.description = 'All current available commands within Ensō~Chan', # Set a description for the 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.admin_colour = Colour(0x62167a) # Admin Embed Colour self.version = "v0.7.2" # Version number of Ensō~Chan