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
8a3e3150ff
commit
876b090bf2
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ class ServerCommands(commands.Cog):
|
||||||
@is_senior()
|
@is_senior()
|
||||||
async def console(self, ctx, *, command):
|
async def console(self, ctx, *, command):
|
||||||
'Send a command as console'
|
'Send a command as console'
|
||||||
'''await ctx.send(f'```:[{str(datetime.utcnow().replace(microsecond=0))[11:]} INFO]: {ctx.author.name} issued server command: /{command}```')'''
|
|
||||||
em = discord.Embed()
|
em = discord.Embed()
|
||||||
try:
|
try:
|
||||||
self.bot.telnet_object.session.write(
|
self.bot.telnet_object.session.write(
|
||||||
|
|
Loading…
Reference in a new issue