forked from bot/app
feat: 对部分消息回复用markdown进行了重新排版
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
import pip
|
||||
|
||||
|
||||
def install(plugin_name) -> bool:
|
||||
try:
|
||||
pip.main(['install', plugin_name])
|
||||
return True
|
||||
except Exception as e:
|
||||
print(e)
|
||||
return False
|
||||
|
Reference in New Issue
Block a user