Plugins: register function add namecn

This commit is contained in:
JS00000
2023-04-04 03:14:08 +08:00
parent 21a3b0d9a1
commit 6901c5ba56
8 changed files with 29 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ from plugins import *
from common.log import logger
@plugins.register(name="Hello", desc="A simple plugin that says hello", version="0.1", author="lanvent", desire_priority= -1)
@plugins.register(name="Hello", desire_priority=-1, hidden=True, desc="A simple plugin that says hello", version="0.1", author="lanvent")
class Hello(Plugin):
def __init__(self):
super().__init__()