simple-robot / simbot-component-mirai

simple-robot下的mirai组件
https://component-mirai.simbot.forte.love/
GNU Affero General Public License v3.0
20 stars 0 forks source link

MiraiBot增加根据规格获取头像链接的API #113

Closed ForliyScarlet closed 1 year ago

ForliyScarlet commented 1 year ago

Kotlin

val avatar: String = bot.avatar(AvatarSpec.LARGEST)

Java

String avatar = bot.getAvatar(AvatarSpec.LARGEST);