Update server_commands.py

This commit is contained in:
Elmon11 2020-12-08 23:43:43 +01:00 committed by GitHub
parent 081e6491f1
commit a78125ca02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'