From a78125ca027435ce1c37266c5387d64172307f70 Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Tue, 8 Dec 2020 23:43:43 +0100 Subject: [PATCH] Update server_commands.py --- commands/server_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/server_commands.py b/commands/server_commands.py index 711eaab..6b83f79 100644 --- a/commands/server_commands.py +++ b/commands/server_commands.py @@ -205,7 +205,7 @@ class ServerCommands(commands.Cog): @commands.command(aliases=['status']) async def state(self, ctx): - ."""Gets the current status of the Server.""" + """Gets the current status of the Server.""" em = discord.Embed() if get_server_status(): em.description = 'Server is online'