mirror of
https://github.com/artiemis/artemis.git
synced 2026-02-14 08:31:55 +00:00
mm
This commit is contained in:
parent
16f79a833a
commit
5028ebadec
@ -2,11 +2,9 @@ from __future__ import annotations, unicode_literals
|
|||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
from turtle import color
|
|
||||||
import typing
|
import typing
|
||||||
from base64 import b64decode
|
from base64 import b64decode
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
from pathlib import Path
|
|
||||||
from typing import TYPE_CHECKING, Optional
|
from typing import TYPE_CHECKING, Optional
|
||||||
|
|
||||||
import discord
|
import discord
|
||||||
@ -102,6 +100,8 @@ class Owner(commands.Cog, command_attrs={"hidden": True}):
|
|||||||
async def on_timeout(self):
|
async def on_timeout(self):
|
||||||
await self.message.edit(view=None)
|
await self.message.edit(view=None)
|
||||||
|
|
||||||
|
await ctx.typing()
|
||||||
|
|
||||||
res = await utils.run_cmd("git pull")
|
res = await utils.run_cmd("git pull")
|
||||||
output = res.decoded
|
output = res.decoded
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user