Skip to content

Commit

Permalink
yvlu 修改 bot username
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao authored Aug 2, 2023
1 parent 028440f commit cc01fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yvlu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@listener(command="yvlu", description="将回复的消息或者输入的字符串转换成语录")
async def yv_lu(bot: Client, message: Message):
bot_username = "PagerMaid_QuotLy_bot"
bot_username = "PagerMaid_QuotLyBot"
if message.reply_to_message:
reply = message.reply_to_message
elif message.parameter:
Expand Down

0 comments on commit cc01fac

Please sign in to comment.