mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update server_commands.py
This commit is contained in:
parent
081e6491f1
commit
a78125ca02
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue