Update server_ip.py

This commit is contained in:
HibiKier 2021-05-20 20:12:59 +08:00 committed by GitHub
parent d4ba59a2a0
commit 621dcaa69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,10 @@ async def _(bot: Bot, event: PrivateMessageEvent, state: T_State):
# @server_ip.handle()
# async def _(bot: Bot, event: GroupMessageEvent, state: T_State):
# if event.group_id == 698279647:
# if event.group_id == ***********:
# await server_ip.finish("嗨呀!当前服务器地址是:"
# "\ncsgo:***********")
# elif event.group_id == 1046451860:
# elif event.group_id == ***********:
# await server_ip.finish("嗨呀!当前服务器地址是:*********** !diy")
# else:
# await server_ip.finish("不好意思呀小真寻不能为你使用此功能因为服务器IP是真寻的小秘密呀", at_sender=True)