Add linux_admin agent, funny~

This commit is contained in:
Liu Zhicong
2023-09-21 23:18:52 -07:00
parent 270debef67
commit ad12e795c5
10 changed files with 208 additions and 18 deletions
+1 -5
View File
@@ -4,11 +4,7 @@ import asyncio
import uuid
import time
from typing import Callable
from telegram import ForceReply, Update
from telegram.ext import Application, CommandHandler, ContextTypes, MessageHandler, filters
from telegram import Update
from telegram import Bot
from telegram.ext import Updater
from telegram.error import Forbidden, NetworkError