mirror of https://github.com/Mai-with-u/MaiBot.git
fix: 撤销at all的修复
parent
9ede0d1c1e
commit
c6738cd5b8
|
|
@ -3,8 +3,6 @@ from .relationship_manager import relationship_manager
|
||||||
|
|
||||||
|
|
||||||
def get_user_nickname(user_id: int) -> str:
|
def get_user_nickname(user_id: int) -> str:
|
||||||
if user_id == "all":
|
|
||||||
return "全体成员"
|
|
||||||
if int(user_id) == int(global_config.BOT_QQ):
|
if int(user_id) == int(global_config.BOT_QQ):
|
||||||
return global_config.BOT_NICKNAME
|
return global_config.BOT_NICKNAME
|
||||||
# print(user_id)
|
# print(user_id)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue