mirror of
https://github.com/wah-su/stickerbridge.git
synced 2025-04-09 01:34:41 +00:00
Cleanup
This commit is contained in:
parent
9b90eb14ff
commit
80bea7e86f
2 changed files with 2 additions and 5 deletions
stickerbridge
|
@ -1,12 +1,9 @@
|
|||
from nio import AsyncClient, MatrixRoom
|
||||
|
||||
from chat_functions import send_text_to_room, upload_image, upload_stickerpack, is_stickerpack_existing, has_permission
|
||||
from chat_functions import send_text_to_room
|
||||
from matrix_reuploader import MatrixReuploader
|
||||
from sticker_types import MatrixStickerset
|
||||
from telegram_exporter import TelegramExporter
|
||||
|
||||
import tempfile
|
||||
|
||||
|
||||
class Command:
|
||||
def __init__(self, client: AsyncClient, room: MatrixRoom, command: str, tg_exporter: TelegramExporter):
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
import traceback
|
||||
|
||||
from nio import AsyncClient, MatrixRoom, RoomMessageText, InviteEvent, InviteMemberEvent
|
||||
from nio import AsyncClient, MatrixRoom, RoomMessageText, InviteMemberEvent
|
||||
|
||||
from bot_commands import Command
|
||||
from chat_functions import send_text_to_room
|
||||
|
|
Loading…
Add table
Reference in a new issue