Karma
commited on
Commit
·
3d8f86e
1
Parent(s):
1121015
Mikobot/plugins/botadmins.py
CHANGED
@@ -10,7 +10,7 @@ from telegram.error import TelegramError
|
|
10 |
from telegram.ext import CommandHandler, ContextTypes
|
11 |
|
12 |
from Mikobot import DEMONS, DEV_USERS, DRAGONS, LOGGER, OWNER_ID, WOLVES, function
|
13 |
-
from Mikobot.plugins.helper_funcs.chat_status import
|
14 |
from Mikobot.utils.parser import mention_html
|
15 |
|
16 |
# <=======================================================================================================>
|
@@ -41,7 +41,7 @@ async def get_users_list(context: ContextTypes.DEFAULT_TYPE, user_ids):
|
|
41 |
]
|
42 |
|
43 |
|
44 |
-
@
|
45 |
async def botstaff(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
46 |
try:
|
47 |
owner = await get_chat_member(context, OWNER_ID)
|
|
|
10 |
from telegram.ext import CommandHandler, ContextTypes
|
11 |
|
12 |
from Mikobot import DEMONS, DEV_USERS, DRAGONS, LOGGER, OWNER_ID, WOLVES, function
|
13 |
+
from Mikobot.plugins.helper_funcs.chat_status import support_plus
|
14 |
from Mikobot.utils.parser import mention_html
|
15 |
|
16 |
# <=======================================================================================================>
|
|
|
41 |
]
|
42 |
|
43 |
|
44 |
+
@support_plus
|
45 |
async def botstaff(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
46 |
try:
|
47 |
owner = await get_chat_member(context, OWNER_ID)
|