nonebot-plugin-osubot 7.2.0__tar.gz → 7.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (505) hide show
  1. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/PKG-INFO +44 -1
  2. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/README.md +43 -0
  3. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/pyproject.toml +1 -1
  4. nonebot_plugin_osubot-7.2.2/src/nonebot_plugin_osubot/agent_tools.py +775 -0
  5. nonebot_plugin_osubot-7.2.0/src/nonebot_plugin_osubot/agent_tools.py +0 -273
  6. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/__init__.py +0 -0
  7. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/api.py +0 -0
  8. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/beatmap_stats_moder.py +0 -0
  9. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/config.py +0 -0
  10. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/database/__init__.py +0 -0
  11. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/database/models.py +0 -0
  12. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/__init__.py +0 -0
  13. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/bmap.py +0 -0
  14. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/bp.py +0 -0
  15. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview.py +0 -0
  16. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/css/style.css +0 -0
  17. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/beatmap.js +0 -0
  18. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/hitobject.js +0 -0
  19. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/point.js +0 -0
  20. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/scroll.js +0 -0
  21. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/timingpoint.js +0 -0
  22. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/LegacyRandom.js +0 -0
  23. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/PalpableCatchHitObject.js +0 -0
  24. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/bananashower.js +0 -0
  25. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/catch.js +0 -0
  26. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/fruit.js +0 -0
  27. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/juicestream.js +0 -0
  28. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/fakeaudio.js +0 -0
  29. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/preview.js +0 -0
  30. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/bezier2.js +0 -0
  31. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/catmullcurve.js +0 -0
  32. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/centripetalcatmullrom.js +0 -0
  33. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/circumstancedcircle.js +0 -0
  34. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/curve.js +0 -0
  35. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/curvetype.js +0 -0
  36. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/equaldistancemulticurve.js +0 -0
  37. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/linearbezier.js +0 -0
  38. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/hitcircle.js +0 -0
  39. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/slider.js +0 -0
  40. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/spinner.js +0 -0
  41. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/util.js +0 -0
  42. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/viewbox.js +0 -0
  43. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/js/zip.min.js +0 -0
  44. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/catch_preview_templates/pic.html +0 -0
  45. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/echarts.py +0 -0
  46. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/info.py +0 -0
  47. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/info_templates/index.html +0 -0
  48. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/info_templates/output.css +0 -0
  49. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/map.py +0 -0
  50. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/match_history.py +0 -0
  51. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview.py +0 -0
  52. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/css/style.css +0 -0
  53. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/gif.js/README.md +0 -0
  54. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/gif.js/gif.js +0 -0
  55. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/gif.js/gif.js.map +0 -0
  56. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/gif.js/gif.worker.js +0 -0
  57. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/gif.js/gif.worker.js.map +0 -0
  58. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/beatmap/beatmap.js +0 -0
  59. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/beatmap/hitobject.js +0 -0
  60. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/beatmap/point.js +0 -0
  61. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/beatmap/scroll.js +0 -0
  62. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/beatmap/timingpoint.js +0 -0
  63. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/catch/LegacyRandom.js +0 -0
  64. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/catch/PalpableCatchHitObject.js +0 -0
  65. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/catch/bananashower.js +0 -0
  66. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/catch/catch.js +0 -0
  67. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/catch/fruit.js +0 -0
  68. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/catch/juicestream.js +0 -0
  69. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/mania/hitnote.js +0 -0
  70. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/mania/holdnote.js +0 -0
  71. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/mania/mania.js +0 -0
  72. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/preview.js +0 -0
  73. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/bezier2.js +0 -0
  74. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/catmullcurve.js +0 -0
  75. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/centripetalcatmullrom.js +0 -0
  76. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/circumstancedcircle.js +0 -0
  77. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/curve.js +0 -0
  78. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/curvetype.js +0 -0
  79. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/equaldistancemulticurve.js +0 -0
  80. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/curve/linearbezier.js +0 -0
  81. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/hitcircle.js +0 -0
  82. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/slider.js +0 -0
  83. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/spinner.js +0 -0
  84. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/standard/standard.js +0 -0
  85. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/taiko/donkat.js +0 -0
  86. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/taiko/drumroll.js +0 -0
  87. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/taiko/shaker.js +0 -0
  88. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/taiko/taiko.js +0 -0
  89. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/js/util.js +0 -0
  90. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/osu_preview_templates/pic.html +0 -0
  91. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/rating.py +0 -0
  92. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/recommend.py +0 -0
  93. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/score.py +0 -0
  94. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/static.py +0 -0
  95. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/taiko_preview.py +0 -0
  96. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/templates/bpa_chart.html +0 -0
  97. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/templates/echarts.min.js +0 -0
  98. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/templates/mod_chart.html +0 -0
  99. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/templates/pp_rank_line_chart.html +0 -0
  100. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/templates/recommend.html +0 -0
  101. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/draw/utils.py +0 -0
  102. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/exceptions.py +0 -0
  103. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/file.py +0 -0
  104. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/info/__init__.py +0 -0
  105. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/info/bg.py +0 -0
  106. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/info/bind.py +0 -0
  107. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/mania/__init__.py +0 -0
  108. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/__init__.py +0 -0
  109. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/bind.py +0 -0
  110. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/bp.py +0 -0
  111. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/bp_analyze.py +0 -0
  112. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/getbg.py +0 -0
  113. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/guess.py +0 -0
  114. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/history.py +0 -0
  115. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/info.py +0 -0
  116. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/map.py +0 -0
  117. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/map_convert.py +0 -0
  118. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/match.py +0 -0
  119. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/medal.py +0 -0
  120. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/mu.py +0 -0
  121. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/osu_help.py +0 -0
  122. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/osudl.py +0 -0
  123. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/pr.py +0 -0
  124. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/preview.py +0 -0
  125. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/rank.py +0 -0
  126. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/rating.py +0 -0
  127. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/recommend.py +0 -0
  128. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/score.py +0 -0
  129. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/update.py +0 -0
  130. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/update_mode.py +0 -0
  131. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/url_match.py +0 -0
  132. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/matcher/utils.py +0 -0
  133. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/migrations/__init__.py +0 -0
  134. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/migrations/versions/68a04ea31d05_first_revision.py +0 -0
  135. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/migrations/versions/__init__.py +0 -0
  136. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/mods.py +0 -0
  137. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/network/__init__.py +0 -0
  138. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/network/auto_retry.py +0 -0
  139. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/network/first_response.py +0 -0
  140. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/network/manager.py +0 -0
  141. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/Best Performance.png +0 -0
  142. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/History Score.jpg +0 -0
  143. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/beatmapinfo.png +0 -0
  144. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/convert.jpg +0 -0
  145. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/detail.png +0 -0
  146. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AD.png +0 -0
  147. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AE.png +0 -0
  148. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AF.png +0 -0
  149. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AG.png +0 -0
  150. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AI.png +0 -0
  151. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AL.png +0 -0
  152. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AM.png +0 -0
  153. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AO.png +0 -0
  154. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AQ.png +0 -0
  155. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AR.png +0 -0
  156. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AS.png +0 -0
  157. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AT.png +0 -0
  158. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AU.png +0 -0
  159. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AW.png +0 -0
  160. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AX.png +0 -0
  161. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/AZ.png +0 -0
  162. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BA.png +0 -0
  163. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BB.png +0 -0
  164. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BD.png +0 -0
  165. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BE.png +0 -0
  166. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BF.png +0 -0
  167. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BG.png +0 -0
  168. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BH.png +0 -0
  169. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BI.png +0 -0
  170. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BJ.png +0 -0
  171. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BL.png +0 -0
  172. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BM.png +0 -0
  173. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BN.png +0 -0
  174. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BO.png +0 -0
  175. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BQ (1).png +0 -0
  176. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BQ (2).png +0 -0
  177. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BR.png +0 -0
  178. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BS.png +0 -0
  179. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BT.png +0 -0
  180. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BV.png +0 -0
  181. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BW.png +0 -0
  182. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BY.png +0 -0
  183. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/BZ.png +0 -0
  184. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CA.png +0 -0
  185. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CD.png +0 -0
  186. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CF.png +0 -0
  187. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CG.png +0 -0
  188. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CH.png +0 -0
  189. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CI.png +0 -0
  190. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CK.png +0 -0
  191. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CL.png +0 -0
  192. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CM.png +0 -0
  193. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CN.png +0 -0
  194. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CO.png +0 -0
  195. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CR.png +0 -0
  196. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CU.png +0 -0
  197. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CV.png +0 -0
  198. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CX.png +0 -0
  199. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CY.png +0 -0
  200. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/CZ.png +0 -0
  201. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/DE.png +0 -0
  202. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/DJ.png +0 -0
  203. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/DK.png +0 -0
  204. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/DM.png +0 -0
  205. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/DO.png +0 -0
  206. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/DZ.png +0 -0
  207. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/EC.png +0 -0
  208. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/EE.png +0 -0
  209. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/EG.png +0 -0
  210. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/EH.png +0 -0
  211. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ER.png +0 -0
  212. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ES.png +0 -0
  213. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ET.png +0 -0
  214. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/FI.png +0 -0
  215. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/FJ.png +0 -0
  216. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/FK.png +0 -0
  217. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/FO.png +0 -0
  218. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/FR.png +0 -0
  219. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GA.png +0 -0
  220. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GB.png +0 -0
  221. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GD.png +0 -0
  222. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GE.png +0 -0
  223. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GF.png +0 -0
  224. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GG.png +0 -0
  225. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GH.png +0 -0
  226. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GI.png +0 -0
  227. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GL.png +0 -0
  228. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GM.png +0 -0
  229. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GN.png +0 -0
  230. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GP.png +0 -0
  231. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GQ.png +0 -0
  232. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GR.png +0 -0
  233. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GS.png +0 -0
  234. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GT.png +0 -0
  235. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GU.png +0 -0
  236. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GW.png +0 -0
  237. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/GY.png +0 -0
  238. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/HK.png +0 -0
  239. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/HM.png +0 -0
  240. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/HN.png +0 -0
  241. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/HR.png +0 -0
  242. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/HT.png +0 -0
  243. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/HU.png +0 -0
  244. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ID.png +0 -0
  245. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IE.png +0 -0
  246. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IL.png +0 -0
  247. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IM.png +0 -0
  248. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IN.png +0 -0
  249. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IO.png +0 -0
  250. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IQ.png +0 -0
  251. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IR.png +0 -0
  252. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IS.png +0 -0
  253. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/IT.png +0 -0
  254. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/JE.png +0 -0
  255. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/JM.png +0 -0
  256. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/JO.png +0 -0
  257. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/JP.png +0 -0
  258. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KE.png +0 -0
  259. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KG.png +0 -0
  260. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KH.png +0 -0
  261. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KI.png +0 -0
  262. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KM.png +0 -0
  263. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KN.png +0 -0
  264. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KP.png +0 -0
  265. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KR.png +0 -0
  266. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KW.png +0 -0
  267. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KY.png +0 -0
  268. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/KZ.png +0 -0
  269. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LA.png +0 -0
  270. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LB.png +0 -0
  271. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LC.png +0 -0
  272. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LI.png +0 -0
  273. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LK.png +0 -0
  274. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LR.png +0 -0
  275. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LS.png +0 -0
  276. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LT.png +0 -0
  277. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LU.png +0 -0
  278. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LV.png +0 -0
  279. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/LY.png +0 -0
  280. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MA.png +0 -0
  281. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MC.png +0 -0
  282. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MD.png +0 -0
  283. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ME.png +0 -0
  284. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MF.png +0 -0
  285. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MG.png +0 -0
  286. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MH.png +0 -0
  287. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MK.png +0 -0
  288. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ML.png +0 -0
  289. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MM.png +0 -0
  290. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MN.png +0 -0
  291. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MO.png +0 -0
  292. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MP.png +0 -0
  293. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MQ.png +0 -0
  294. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MR.png +0 -0
  295. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MS.png +0 -0
  296. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MT.png +0 -0
  297. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MU.png +0 -0
  298. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MV.png +0 -0
  299. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MW.png +0 -0
  300. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MX.png +0 -0
  301. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MY.png +0 -0
  302. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/MZ.png +0 -0
  303. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NA.png +0 -0
  304. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NC.png +0 -0
  305. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NE.png +0 -0
  306. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NF.png +0 -0
  307. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NG.png +0 -0
  308. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NI.png +0 -0
  309. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NL.png +0 -0
  310. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NO.png +0 -0
  311. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NP.png +0 -0
  312. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NR.png +0 -0
  313. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NU.png +0 -0
  314. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/NZ.png +0 -0
  315. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/OM.png +0 -0
  316. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PA.png +0 -0
  317. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PE.png +0 -0
  318. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PF.png +0 -0
  319. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PG.png +0 -0
  320. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PH.png +0 -0
  321. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PK.png +0 -0
  322. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PL.png +0 -0
  323. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PM.png +0 -0
  324. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PN.png +0 -0
  325. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PR.png +0 -0
  326. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PS.png +0 -0
  327. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PT.png +0 -0
  328. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PW.png +0 -0
  329. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/PY.png +0 -0
  330. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/QA.png +0 -0
  331. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/RE.png +0 -0
  332. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/RO.png +0 -0
  333. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/RS.png +0 -0
  334. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/RU.png +0 -0
  335. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/RW.png +0 -0
  336. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SA.png +0 -0
  337. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SB.png +0 -0
  338. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SC.png +0 -0
  339. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SD.png +0 -0
  340. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SE.png +0 -0
  341. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SG.png +0 -0
  342. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SH.png +0 -0
  343. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SI.png +0 -0
  344. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SJ.png +0 -0
  345. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SK.png +0 -0
  346. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SL.png +0 -0
  347. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SM.png +0 -0
  348. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SN.png +0 -0
  349. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SO.png +0 -0
  350. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SR.png +0 -0
  351. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SS.png +0 -0
  352. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ST.png +0 -0
  353. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SV.png +0 -0
  354. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SY.png +0 -0
  355. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/SZ.png +0 -0
  356. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TC.png +0 -0
  357. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TD.png +0 -0
  358. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TF.png +0 -0
  359. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TG.png +0 -0
  360. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TH.png +0 -0
  361. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TJ.png +0 -0
  362. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TK.png +0 -0
  363. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TL.png +0 -0
  364. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TM.png +0 -0
  365. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TN.png +0 -0
  366. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TO.png +0 -0
  367. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TR.png +0 -0
  368. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TT.png +0 -0
  369. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TV.png +0 -0
  370. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TW.png +0 -0
  371. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/TZ.png +0 -0
  372. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/UA.png +0 -0
  373. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/UG.png +0 -0
  374. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/UM.png +0 -0
  375. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/US.png +0 -0
  376. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/UY.png +0 -0
  377. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/UZ.png +0 -0
  378. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VA.png +0 -0
  379. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VC.png +0 -0
  380. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VE.png +0 -0
  381. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VG.png +0 -0
  382. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VI.png +0 -0
  383. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VN.png +0 -0
  384. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/VU.png +0 -0
  385. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/WF.png +0 -0
  386. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/WS.png +0 -0
  387. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/YE.png +0 -0
  388. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/YT.png +0 -0
  389. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ZA.png +0 -0
  390. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ZM.png +0 -0
  391. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/flags/ZW.png +0 -0
  392. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/fonts/Extra.otf +0 -0
  393. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/fonts/Torus Regular.otf +0 -0
  394. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/fonts/Torus SemiBold.otf +0 -0
  395. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/fonts/Venera.otf +0 -0
  396. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/help.png +0 -0
  397. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/info.png +0 -0
  398. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/maniabeatmapinfo.png +0 -0
  399. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/match/mplink.png +0 -0
  400. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/match/mplink_map.png +0 -0
  401. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/match/team_blue.png +0 -0
  402. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/match/team_red.png +0 -0
  403. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/medals/medals.json +0 -0
  404. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/10K.png +0 -0
  405. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/1K.png +0 -0
  406. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/2K.png +0 -0
  407. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/3K.png +0 -0
  408. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/4K.png +0 -0
  409. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/5K.png +0 -0
  410. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/6K.png +0 -0
  411. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/7K.png +0 -0
  412. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/8K.png +0 -0
  413. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/9K.png +0 -0
  414. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/AC.png +0 -0
  415. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/AD.png +0 -0
  416. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/AL.png +0 -0
  417. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/AP.png +0 -0
  418. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/AS.png +0 -0
  419. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/AT.png +0 -0
  420. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/BL.png +0 -0
  421. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/BR.png +0 -0
  422. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/BU.png +0 -0
  423. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/CL.png +0 -0
  424. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/CN.png +0 -0
  425. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/CO.png +0 -0
  426. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/CS.png +0 -0
  427. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/DA.png +0 -0
  428. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/DC.png +0 -0
  429. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/DF.png +0 -0
  430. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/DP.png +0 -0
  431. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/DS.png +0 -0
  432. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/DT.png +0 -0
  433. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/EZ.png +0 -0
  434. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/FF.png +0 -0
  435. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/FI.png +0 -0
  436. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/FL.png +0 -0
  437. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/FR.png +0 -0
  438. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/GR.png +0 -0
  439. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/HD.png +0 -0
  440. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/HO.png +0 -0
  441. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/HR.png +0 -0
  442. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/HT.png +0 -0
  443. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/IN.png +0 -0
  444. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/KC.png +0 -0
  445. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/MF.png +0 -0
  446. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/MG.png +0 -0
  447. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/MR.png +0 -0
  448. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/MU.png +0 -0
  449. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/NC.png +0 -0
  450. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/NF.png +0 -0
  451. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/NR.png +0 -0
  452. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/NS.png +0 -0
  453. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/OS.png +0 -0
  454. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/PF.png +0 -0
  455. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/RD.png +0 -0
  456. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/RP.png +0 -0
  457. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/RX.png +0 -0
  458. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/RX2.png +0 -0
  459. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/SD.png +0 -0
  460. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/SI.png +0 -0
  461. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/SO.png +0 -0
  462. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/SP.png +0 -0
  463. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/SY.png +0 -0
  464. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/TC.png +0 -0
  465. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/TD.png +0 -0
  466. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/TG.png +0 -0
  467. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/TP.png +0 -0
  468. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/TR.png +0 -0
  469. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/V2.png +0 -0
  470. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/WD.png +0 -0
  471. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/WG.png +0 -0
  472. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/mods/WU.png +0 -0
  473. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/pfm_ctb.png +0 -0
  474. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/pfm_mania.png +0 -0
  475. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/pfm_std.png +0 -0
  476. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/pfm_taiko.png +0 -0
  477. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-A.png +0 -0
  478. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-B.png +0 -0
  479. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-C.png +0 -0
  480. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-D.png +0 -0
  481. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-F.png +0 -0
  482. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-S.png +0 -0
  483. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-SH.png +0 -0
  484. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-X.png +0 -0
  485. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/ranking/ranking-XH.png +0 -0
  486. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/bmap.png +0 -0
  487. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/center.png +0 -0
  488. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/left.png +0 -0
  489. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/right.png +0 -0
  490. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/stardiff.png +0 -0
  491. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/stars.png +0 -0
  492. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/stars_expertplus.png +0 -0
  493. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/osufile/work/suppoter.png +0 -0
  494. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/pp.py +0 -0
  495. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/__init__.py +0 -0
  496. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/alphaosu.py +0 -0
  497. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/basemodel.py +0 -0
  498. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/beatmap.py +0 -0
  499. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/beatmapsets.py +0 -0
  500. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/draw_info.py +0 -0
  501. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/match.py +0 -0
  502. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/ppysb/__init__.py +0 -0
  503. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/score.py +0 -0
  504. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/schema/user.py +0 -0
  505. {nonebot_plugin_osubot-7.2.0 → nonebot_plugin_osubot-7.2.2}/src/nonebot_plugin_osubot/utils/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: nonebot_plugin_osubot
3
- Version: 7.2.0
3
+ Version: 7.2.2
4
4
  Summary: OSUbot in NoneBot2
5
5
  Author: yaowan233
6
6
  Author-email: yaowan233 <572473053@qq.com>
@@ -145,6 +145,49 @@ nb orm stamp 68a04ea31d05
145
145
 
146
146
  ![image](https://github.com/yaowan233/nonebot-plugin-osubot/assets/30517062/41fd8326-7b97-4de9-be83-c38b31453ea1)
147
147
 
148
+ ### AI 自然语言调用(可选)
149
+
150
+ 如果同一个 NoneBot 项目中安装并加载了 `nonebot-plugin-ai-groupmate`,本插件会自动向 ai-groupmate 注册 osu 查询工具。用户可以通过自然语言让 AI 调用 osubot 的查询能力,而不是直接输入固定命令。
151
+
152
+ 没有安装或没有加载 `nonebot-plugin-ai-groupmate` 时,本功能会自动跳过,不影响 osubot 原有指令使用。
153
+
154
+ 示例:
155
+
156
+ ```text
157
+ @bot 查我的 bp1
158
+ @bot 查我的 info
159
+ @bot 查 peppy 的 bp1
160
+ @bot 查 WhiteCat 的 bp 1-20
161
+ @bot 查 @群友 的 bp1
162
+ @bot 查我在 3783810 这张图上的成绩
163
+ @bot 查我的 pp 历史
164
+ @bot 分析我的 bp 构成
165
+ @bot 给我推荐谱面
166
+ @bot 发一下我的 osu 主页
167
+ @bot 查 match 123456789
168
+ @bot 查 match 123456789 的 rating
169
+ @bot 预览谱面 3783810
170
+ @bot 提取谱面 3783810 的背景
171
+ @bot 查成就 Non-stop Dancer
172
+ ```
173
+
174
+ 账号与模式规则:
175
+
176
+ - 用户说“我/我的/自己”或未指定玩家时,使用当前发言用户通过 `/bind` 绑定的 osu 账号。
177
+ - 消息里 `@群友` 时,优先使用被 @ 群友绑定的 osu 账号。
178
+ - 查询绑定用户时会使用绑定记录中的默认模式与 lazer/stable 设置。
179
+ - 明确指定 osu 用户名时会查询该 osu 用户名;如果需要非 std 模式,请在自然语言里说明 `taiko`、`ctb` 或 `mania`。
180
+
181
+ 如果用户只是要求查询,AI 会调用工具发出图片后结束;如果用户同时要求评价,例如:
182
+
183
+ ```text
184
+ @bot 查我的 bp1,我打得怎么样
185
+ @bot 分析一下 @群友 的 bp1
186
+ @bot 看看我 recent 发挥如何
187
+ ```
188
+
189
+ 工具会把生成的图片回传给支持多模态的主模型,AI 可以基于图片内容给出简短评价。该分析能力依赖 ai-groupmate 当前配置的主聊天模型支持多模态输入。
190
+
148
191
 
149
192
  ## 💡 贡献
150
193
 
@@ -112,6 +112,49 @@ nb orm stamp 68a04ea31d05
112
112
 
113
113
  ![image](https://github.com/yaowan233/nonebot-plugin-osubot/assets/30517062/41fd8326-7b97-4de9-be83-c38b31453ea1)
114
114
 
115
+ ### AI 自然语言调用(可选)
116
+
117
+ 如果同一个 NoneBot 项目中安装并加载了 `nonebot-plugin-ai-groupmate`,本插件会自动向 ai-groupmate 注册 osu 查询工具。用户可以通过自然语言让 AI 调用 osubot 的查询能力,而不是直接输入固定命令。
118
+
119
+ 没有安装或没有加载 `nonebot-plugin-ai-groupmate` 时,本功能会自动跳过,不影响 osubot 原有指令使用。
120
+
121
+ 示例:
122
+
123
+ ```text
124
+ @bot 查我的 bp1
125
+ @bot 查我的 info
126
+ @bot 查 peppy 的 bp1
127
+ @bot 查 WhiteCat 的 bp 1-20
128
+ @bot 查 @群友 的 bp1
129
+ @bot 查我在 3783810 这张图上的成绩
130
+ @bot 查我的 pp 历史
131
+ @bot 分析我的 bp 构成
132
+ @bot 给我推荐谱面
133
+ @bot 发一下我的 osu 主页
134
+ @bot 查 match 123456789
135
+ @bot 查 match 123456789 的 rating
136
+ @bot 预览谱面 3783810
137
+ @bot 提取谱面 3783810 的背景
138
+ @bot 查成就 Non-stop Dancer
139
+ ```
140
+
141
+ 账号与模式规则:
142
+
143
+ - 用户说“我/我的/自己”或未指定玩家时,使用当前发言用户通过 `/bind` 绑定的 osu 账号。
144
+ - 消息里 `@群友` 时,优先使用被 @ 群友绑定的 osu 账号。
145
+ - 查询绑定用户时会使用绑定记录中的默认模式与 lazer/stable 设置。
146
+ - 明确指定 osu 用户名时会查询该 osu 用户名;如果需要非 std 模式,请在自然语言里说明 `taiko`、`ctb` 或 `mania`。
147
+
148
+ 如果用户只是要求查询,AI 会调用工具发出图片后结束;如果用户同时要求评价,例如:
149
+
150
+ ```text
151
+ @bot 查我的 bp1,我打得怎么样
152
+ @bot 分析一下 @群友 的 bp1
153
+ @bot 看看我 recent 发挥如何
154
+ ```
155
+
156
+ 工具会把生成的图片回传给支持多模态的主模型,AI 可以基于图片内容给出简短评价。该分析能力依赖 ai-groupmate 当前配置的主聊天模型支持多模态输入。
157
+
115
158
 
116
159
  ## 💡 贡献
117
160
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nonebot_plugin_osubot"
3
- version = "7.2.0"
3
+ version = "7.2.2"
4
4
  description = "OSUbot in NoneBot2"
5
5
  authors = [
6
6
  {name = "yaowan233", email = "572473053@qq.com"},