nonebot-plugin-osubot 6.23.0__tar.gz → 6.23.1__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.

Potentially problematic release.


This version of nonebot-plugin-osubot might be problematic. Click here for more details.

Files changed (413) hide show
  1. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/PKG-INFO +1 -1
  2. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/api.py +1 -0
  3. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/bmap.py +2 -2
  4. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/echarts.py +2 -1
  5. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/map.py +2 -1
  6. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/taiko_preview.py +14 -13
  7. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/templates/bpa_chart.html +1 -1
  8. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/bp_analyze.py +6 -1
  9. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/medal.py +1 -1
  10. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/pyproject.toml +1 -1
  11. nonebot-plugin-osubot-6.23.0/nonebot_plugin_osubot/draw/templates/t.html +0 -58
  12. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/README.md +0 -0
  13. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/__init__.py +0 -0
  14. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/beatmap_stats_moder.py +0 -0
  15. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/config.py +0 -0
  16. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/data/osu/1849145.osz +0 -0
  17. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/data/osu/1849145.zip +0 -0
  18. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/database/__init__.py +0 -0
  19. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/database/models.py +0 -0
  20. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/__init__.py +0 -0
  21. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/bp.py +0 -0
  22. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview.py +0 -0
  23. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/css/style.css +0 -0
  24. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/beatmap.js +0 -0
  25. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/hitobject.js +0 -0
  26. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/point.js +0 -0
  27. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/scroll.js +0 -0
  28. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/beatmap/timingpoint.js +0 -0
  29. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/LegacyRandom.js +0 -0
  30. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/PalpableCatchHitObject.js +0 -0
  31. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/bananashower.js +0 -0
  32. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/catch.js +0 -0
  33. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/fruit.js +0 -0
  34. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/catch/juicestream.js +0 -0
  35. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/fakeaudio.js +0 -0
  36. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/preview.js +0 -0
  37. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/bezier2.js +0 -0
  38. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/catmullcurve.js +0 -0
  39. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/centripetalcatmullrom.js +0 -0
  40. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/circumstancedcircle.js +0 -0
  41. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/curve.js +0 -0
  42. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/curvetype.js +0 -0
  43. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/equaldistancemulticurve.js +0 -0
  44. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/curve/linearbezier.js +0 -0
  45. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/hitcircle.js +0 -0
  46. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/slider.js +0 -0
  47. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/standard/spinner.js +0 -0
  48. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/util.js +0 -0
  49. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/viewbox.js +0 -0
  50. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/js/zip.min.js +0 -0
  51. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/catch_preview_templates/pic.html +0 -0
  52. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/info.py +0 -0
  53. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/match_history.py +0 -0
  54. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/rating.py +0 -0
  55. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/score.py +0 -0
  56. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/static.py +0 -0
  57. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/templates/echarts.min.js +0 -0
  58. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/templates/mod_chart.html +0 -0
  59. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/templates/pp_rank_line_chart.html +0 -0
  60. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/draw/utils.py +0 -0
  61. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/exceptions.py +0 -0
  62. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/file.py +0 -0
  63. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/info/__init__.py +0 -0
  64. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/info/bg.py +0 -0
  65. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/info/bind.py +0 -0
  66. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/mania/__init__.py +0 -0
  67. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/__init__.py +0 -0
  68. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/bind.py +0 -0
  69. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/bp.py +0 -0
  70. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/getbg.py +0 -0
  71. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/guess.py +0 -0
  72. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/history.py +0 -0
  73. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/info.py +0 -0
  74. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/map.py +0 -0
  75. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/map_convert.py +0 -0
  76. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/match.py +0 -0
  77. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/mu.py +0 -0
  78. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/osu_help.py +0 -0
  79. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/osudl.py +0 -0
  80. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/pr.py +0 -0
  81. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/preview.py +0 -0
  82. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/rank.py +0 -0
  83. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/rating.py +0 -0
  84. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/recommend.py +0 -0
  85. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/score.py +0 -0
  86. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/update.py +0 -0
  87. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/update_mode.py +0 -0
  88. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/url_match.py +0 -0
  89. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/matcher/utils.py +0 -0
  90. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/mods.py +0 -0
  91. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/network/__init__.py +0 -0
  92. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/network/auto_retry.py +0 -0
  93. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/network/first_response.py +0 -0
  94. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/network/manager.py +0 -0
  95. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/Best Performance.png +0 -0
  96. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/History Score.jpg +0 -0
  97. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/beatmapinfo.png +0 -0
  98. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/convert.jpg +0 -0
  99. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/detail.png +0 -0
  100. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AD.png +0 -0
  101. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AE.png +0 -0
  102. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AF.png +0 -0
  103. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AG.png +0 -0
  104. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AI.png +0 -0
  105. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AL.png +0 -0
  106. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AM.png +0 -0
  107. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AO.png +0 -0
  108. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AQ.png +0 -0
  109. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AR.png +0 -0
  110. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AS.png +0 -0
  111. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AT.png +0 -0
  112. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AU.png +0 -0
  113. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AW.png +0 -0
  114. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AX.png +0 -0
  115. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/AZ.png +0 -0
  116. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BA.png +0 -0
  117. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BB.png +0 -0
  118. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BD.png +0 -0
  119. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BE.png +0 -0
  120. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BF.png +0 -0
  121. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BG.png +0 -0
  122. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BH.png +0 -0
  123. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BI.png +0 -0
  124. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BJ.png +0 -0
  125. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BL.png +0 -0
  126. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BM.png +0 -0
  127. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BN.png +0 -0
  128. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BO.png +0 -0
  129. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BQ (1).png +0 -0
  130. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BQ (2).png +0 -0
  131. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BR.png +0 -0
  132. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BS.png +0 -0
  133. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BT.png +0 -0
  134. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BV.png +0 -0
  135. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BW.png +0 -0
  136. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BY.png +0 -0
  137. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/BZ.png +0 -0
  138. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CA.png +0 -0
  139. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CD.png +0 -0
  140. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CF.png +0 -0
  141. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CG.png +0 -0
  142. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CH.png +0 -0
  143. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CI.png +0 -0
  144. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CK.png +0 -0
  145. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CL.png +0 -0
  146. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CM.png +0 -0
  147. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CN.png +0 -0
  148. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CO.png +0 -0
  149. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CR.png +0 -0
  150. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CU.png +0 -0
  151. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CV.png +0 -0
  152. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CX.png +0 -0
  153. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CY.png +0 -0
  154. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/CZ.png +0 -0
  155. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/DE.png +0 -0
  156. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/DJ.png +0 -0
  157. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/DK.png +0 -0
  158. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/DM.png +0 -0
  159. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/DO.png +0 -0
  160. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/DZ.png +0 -0
  161. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/EC.png +0 -0
  162. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/EE.png +0 -0
  163. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/EG.png +0 -0
  164. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/EH.png +0 -0
  165. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ER.png +0 -0
  166. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ES.png +0 -0
  167. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ET.png +0 -0
  168. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/FI.png +0 -0
  169. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/FJ.png +0 -0
  170. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/FK.png +0 -0
  171. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/FO.png +0 -0
  172. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/FR.png +0 -0
  173. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GA.png +0 -0
  174. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GB.png +0 -0
  175. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GD.png +0 -0
  176. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GE.png +0 -0
  177. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GF.png +0 -0
  178. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GG.png +0 -0
  179. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GH.png +0 -0
  180. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GI.png +0 -0
  181. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GL.png +0 -0
  182. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GM.png +0 -0
  183. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GN.png +0 -0
  184. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GP.png +0 -0
  185. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GQ.png +0 -0
  186. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GR.png +0 -0
  187. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GS.png +0 -0
  188. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GT.png +0 -0
  189. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GU.png +0 -0
  190. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GW.png +0 -0
  191. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/GY.png +0 -0
  192. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/HK.png +0 -0
  193. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/HM.png +0 -0
  194. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/HN.png +0 -0
  195. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/HR.png +0 -0
  196. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/HT.png +0 -0
  197. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/HU.png +0 -0
  198. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ID.png +0 -0
  199. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IE.png +0 -0
  200. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IL.png +0 -0
  201. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IM.png +0 -0
  202. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IN.png +0 -0
  203. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IO.png +0 -0
  204. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IQ.png +0 -0
  205. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IR.png +0 -0
  206. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IS.png +0 -0
  207. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/IT.png +0 -0
  208. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/JE.png +0 -0
  209. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/JM.png +0 -0
  210. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/JO.png +0 -0
  211. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/JP.png +0 -0
  212. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KE.png +0 -0
  213. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KG.png +0 -0
  214. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KH.png +0 -0
  215. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KI.png +0 -0
  216. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KM.png +0 -0
  217. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KN.png +0 -0
  218. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KP.png +0 -0
  219. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KR.png +0 -0
  220. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KW.png +0 -0
  221. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KY.png +0 -0
  222. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/KZ.png +0 -0
  223. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LA.png +0 -0
  224. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LB.png +0 -0
  225. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LC.png +0 -0
  226. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LI.png +0 -0
  227. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LK.png +0 -0
  228. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LR.png +0 -0
  229. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LS.png +0 -0
  230. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LT.png +0 -0
  231. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LU.png +0 -0
  232. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LV.png +0 -0
  233. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/LY.png +0 -0
  234. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MA.png +0 -0
  235. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MC.png +0 -0
  236. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MD.png +0 -0
  237. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ME.png +0 -0
  238. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MF.png +0 -0
  239. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MG.png +0 -0
  240. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MH.png +0 -0
  241. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MK.png +0 -0
  242. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ML.png +0 -0
  243. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MM.png +0 -0
  244. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MN.png +0 -0
  245. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MO.png +0 -0
  246. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MP.png +0 -0
  247. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MQ.png +0 -0
  248. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MR.png +0 -0
  249. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MS.png +0 -0
  250. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MT.png +0 -0
  251. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MU.png +0 -0
  252. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MV.png +0 -0
  253. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MW.png +0 -0
  254. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MX.png +0 -0
  255. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MY.png +0 -0
  256. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/MZ.png +0 -0
  257. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NA.png +0 -0
  258. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NC.png +0 -0
  259. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NE.png +0 -0
  260. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NF.png +0 -0
  261. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NG.png +0 -0
  262. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NI.png +0 -0
  263. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NL.png +0 -0
  264. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NO.png +0 -0
  265. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NP.png +0 -0
  266. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NR.png +0 -0
  267. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NU.png +0 -0
  268. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/NZ.png +0 -0
  269. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/OM.png +0 -0
  270. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PA.png +0 -0
  271. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PE.png +0 -0
  272. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PF.png +0 -0
  273. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PG.png +0 -0
  274. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PH.png +0 -0
  275. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PK.png +0 -0
  276. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PL.png +0 -0
  277. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PM.png +0 -0
  278. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PN.png +0 -0
  279. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PR.png +0 -0
  280. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PS.png +0 -0
  281. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PT.png +0 -0
  282. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PW.png +0 -0
  283. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/PY.png +0 -0
  284. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/QA.png +0 -0
  285. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/RE.png +0 -0
  286. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/RO.png +0 -0
  287. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/RS.png +0 -0
  288. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/RU.png +0 -0
  289. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/RW.png +0 -0
  290. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SA.png +0 -0
  291. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SB.png +0 -0
  292. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SC.png +0 -0
  293. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SD.png +0 -0
  294. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SE.png +0 -0
  295. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SG.png +0 -0
  296. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SH.png +0 -0
  297. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SI.png +0 -0
  298. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SJ.png +0 -0
  299. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SK.png +0 -0
  300. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SL.png +0 -0
  301. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SM.png +0 -0
  302. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SN.png +0 -0
  303. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SO.png +0 -0
  304. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SR.png +0 -0
  305. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SS.png +0 -0
  306. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ST.png +0 -0
  307. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SV.png +0 -0
  308. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SY.png +0 -0
  309. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/SZ.png +0 -0
  310. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TC.png +0 -0
  311. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TD.png +0 -0
  312. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TF.png +0 -0
  313. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TG.png +0 -0
  314. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TH.png +0 -0
  315. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TJ.png +0 -0
  316. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TK.png +0 -0
  317. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TL.png +0 -0
  318. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TM.png +0 -0
  319. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TN.png +0 -0
  320. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TO.png +0 -0
  321. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TR.png +0 -0
  322. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TT.png +0 -0
  323. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TV.png +0 -0
  324. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TW.png +0 -0
  325. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/TZ.png +0 -0
  326. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/UA.png +0 -0
  327. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/UG.png +0 -0
  328. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/UM.png +0 -0
  329. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/US.png +0 -0
  330. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/UY.png +0 -0
  331. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/UZ.png +0 -0
  332. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VA.png +0 -0
  333. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VC.png +0 -0
  334. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VE.png +0 -0
  335. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VG.png +0 -0
  336. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VI.png +0 -0
  337. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VN.png +0 -0
  338. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/VU.png +0 -0
  339. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/WF.png +0 -0
  340. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/WS.png +0 -0
  341. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/YE.png +0 -0
  342. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/YT.png +0 -0
  343. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ZA.png +0 -0
  344. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ZM.png +0 -0
  345. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/flags/ZW.png +0 -0
  346. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/fonts/Extra.otf +0 -0
  347. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/fonts/Torus Regular.otf +0 -0
  348. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/fonts/Torus SemiBold.otf +0 -0
  349. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/fonts/Venera.otf +0 -0
  350. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/help.png +0 -0
  351. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/info.png +0 -0
  352. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/maniabeatmapinfo.png +0 -0
  353. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/match/mplink.png +0 -0
  354. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/match/mplink_map.png +0 -0
  355. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/match/team_blue.png +0 -0
  356. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/match/team_red.png +0 -0
  357. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/medals/medals.json +0 -0
  358. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/4K.png +0 -0
  359. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/5K.png +0 -0
  360. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/6K.png +0 -0
  361. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/7K.png +0 -0
  362. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/8K.png +0 -0
  363. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/9K.png +0 -0
  364. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/AP.png +0 -0
  365. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/CL.png +0 -0
  366. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/DT.png +0 -0
  367. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/EZ.png +0 -0
  368. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/FI.png +0 -0
  369. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/FL.png +0 -0
  370. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/HD.png +0 -0
  371. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/HR.png +0 -0
  372. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/HT.png +0 -0
  373. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/MR.png +0 -0
  374. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/NC.png +0 -0
  375. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/NF.png +0 -0
  376. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/PF.png +0 -0
  377. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/RX.png +0 -0
  378. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/SD.png +0 -0
  379. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/SO.png +0 -0
  380. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/TD.png +0 -0
  381. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/mods/V2.png +0 -0
  382. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/pfm_ctb.png +0 -0
  383. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/pfm_mania.png +0 -0
  384. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/pfm_std.png +0 -0
  385. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/pfm_taiko.png +0 -0
  386. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-A.png +0 -0
  387. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-B.png +0 -0
  388. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-C.png +0 -0
  389. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-D.png +0 -0
  390. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-F.png +0 -0
  391. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-S.png +0 -0
  392. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-SH.png +0 -0
  393. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-X.png +0 -0
  394. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/ranking/ranking-XH.png +0 -0
  395. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/bmap.png +0 -0
  396. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/center.png +0 -0
  397. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/left.png +0 -0
  398. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/right.png +0 -0
  399. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/stardiff.png +0 -0
  400. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/stars.png +0 -0
  401. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/stars_expertplus.png +0 -0
  402. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/osufile/work/suppoter.png +0 -0
  403. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/pp.py +0 -0
  404. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/__init__.py +0 -0
  405. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/alphaosu.py +0 -0
  406. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/basemodel.py +0 -0
  407. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/beatmap.py +0 -0
  408. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/match.py +0 -0
  409. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/ppysb/__init__.py +0 -0
  410. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/sayo_beatmap.py +0 -0
  411. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/score.py +0 -0
  412. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/schema/user.py +0 -0
  413. {nonebot-plugin-osubot-6.23.0 → nonebot-plugin-osubot-6.23.1}/nonebot_plugin_osubot/utils/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nonebot-plugin-osubot
3
- Version: 6.23.0
3
+ Version: 6.23.1
4
4
  Summary: OSUbot in NoneBot2
5
5
  License: AGPL-3.0
6
6
  Author-email: yaowan233 <572473053@qq.com>
@@ -189,6 +189,7 @@ async def get_user_scores(
189
189
  ended_at=datetime.strptime(i.play_time, "%Y-%m-%dT%H:%M:%S") + timedelta(hours=8),
190
190
  max_combo=i.max_combo,
191
191
  passed=True,
192
+ pp=i.pp,
192
193
  statistics=NewStatistics(
193
194
  miss=i.nmiss,
194
195
  perfect=i.ngeki,
@@ -7,7 +7,7 @@ from ..file import get_projectimg
7
7
  from ..api import get_sayo_map_info
8
8
  from ..exceptions import NetworkError
9
9
  from .utils import crop_bg, stars_diff, calc_songlen
10
- from .static import Image, BarImg, IconLs, Torus_SemiBold_20, Torus_SemiBold_40, Torus_SemiBold_50, extra_30
10
+ from .static import Image, BarImg, IconLs, Torus_SemiBold_20, Torus_SemiBold_40, Torus_SemiBold_50, extra_30, Stars
11
11
 
12
12
 
13
13
  async def draw_bmap_info(mapid) -> BytesIO:
@@ -59,7 +59,7 @@ async def draw_bmap_info(mapid) -> BytesIO:
59
59
  # 难度
60
60
  draw.text((20, 320 + h_num), IconLs[cmap.mode], font=extra_30, anchor="lt")
61
61
  # 星星
62
- stars_bg = stars_diff(cmap.star)
62
+ stars_bg = stars_diff(cmap.star, Stars)
63
63
  stars_img = stars_bg.resize((80, 30))
64
64
  im.alpha_composite(stars_img, (60, 320 + h_num))
65
65
  # diff
@@ -20,7 +20,8 @@ async def draw_bpa_plot(name, pp_ls, length_ls, mod_pp_ls, mapper_pp_ls) -> byte
20
20
  pic = await template_to_pic(
21
21
  template_path,
22
22
  template_name,
23
- {"name": name, "pp_ls": pp_ls, "length_ls": length_ls, "mod_pp_ls": mod_pp_ls, "mapper_pp_ls": mapper_pp_ls},
23
+ {"name": name, "pp_ls": pp_ls, "length_ls": length_ls, "mod_pp_ls": mod_pp_ls,
24
+ "mapper_pp_ls": mapper_pp_ls, "length": len(pp_ls)},
24
25
  )
25
26
  return pic
26
27
 
@@ -23,6 +23,7 @@ from .static import (
23
23
  Torus_SemiBold_25,
24
24
  osufile,
25
25
  extra_30,
26
+ Stars,
26
27
  )
27
28
 
28
29
 
@@ -68,7 +69,7 @@ async def draw_map_info(mapid: int, mods: list[str], is_lazer) -> BytesIO:
68
69
  # 模式
69
70
  draw.text((50, 65), IconLs[FGM[mapinfo.mode]], font=extra_30, anchor="lt")
70
71
  # 难度星星
71
- stars_bg = stars_diff(ss_pp_info.difficulty.stars)
72
+ stars_bg = stars_diff(ss_pp_info.difficulty.stars, Stars)
72
73
  stars_img = stars_bg.resize((80, 30))
73
74
  im.alpha_composite(stars_img, (90, 65))
74
75
  if ss_pp_info.difficulty.stars < 6.5:
@@ -4,7 +4,7 @@ from pathlib import Path
4
4
 
5
5
  from PIL import Image, ImageDraw
6
6
 
7
- from .static import Torus_Regular_8, Torus_Regular_15, Torus_Regular_20, Torus_Regular_25, Torus_Regular_30
7
+ from .static import Torus_Regular_8, Torus_Regular_15
8
8
 
9
9
  HIT_DON = 0x00
10
10
  HIT_KAT = 0x01
@@ -35,20 +35,21 @@ def map_to_image(map_data) -> BytesIO:
35
35
  img = Image.new(mode="RGB", size=(3000, 30000), color=0x121212)
36
36
  draw = ImageDraw.Draw(img)
37
37
 
38
- title_font = Torus_Regular_30
39
- semi_font = Torus_Regular_25
40
- reg_font = Torus_Regular_20
38
+ # title_font = Torus_Regular_30
39
+ # semi_font = Torus_Regular_25
40
+ # reg_font = Torus_Regular_20
41
41
  small_font = Torus_Regular_15
42
42
  tiny_font = Torus_Regular_8
43
43
 
44
- draw.text(
45
- (LEFT_MARGIN, 40),
46
- map_data.artist + " - " + map_data.title + " [" + map_data.diff + "]",
47
- font=title_font,
48
- fill="#FFF",
49
- )
50
- draw.text((LEFT_MARGIN, 90), "by " + map_data.creator, font=semi_font, fill="#CCC")
51
- draw.text((LEFT_MARGIN, 135), "HP = " + str(map_data.hp) + " OD = " + str(map_data.od), font=reg_font, fill="#AAA")
44
+ # draw.text(
45
+ # (LEFT_MARGIN, 40),
46
+ # map_data.artist + " - " + map_data.title + " [" + map_data.diff + "]",
47
+ # font=title_font,
48
+ # fill="#FFF",
49
+ # )
50
+ # draw.text((LEFT_MARGIN, 90), "by " + map_data.creator, font=semi_font, fill="#CCC")
51
+ # draw.text((LEFT_MARGIN, 135), "HP = " + str(map_data.hp) +
52
+ # " OD = " + str(map_data.od), font=reg_font, fill="#AAA")
52
53
 
53
54
  max_meter = 0
54
55
  timing_sections = [] # (start, beat_ms, meter, [list of hit_object])
@@ -67,7 +68,7 @@ def map_to_image(map_data) -> BytesIO:
67
68
  (map_data.timing_points[i][0], map_data.timing_points[i][1], map_data.timing_points[i][2], current_list)
68
69
  )
69
70
 
70
- y_start = 200
71
+ y_start = 40
71
72
  max_x = 0
72
73
  max_y = 0
73
74
  bar_number = 1
@@ -43,7 +43,7 @@
43
43
  xAxis: [
44
44
  {
45
45
  type: 'category',
46
- data: Array.from({ length: 200 }, (_, i) => i),
46
+ data: Array.from({ length: {{length}} }, (_, i) => i),
47
47
  axisLabel: {
48
48
  interval: 9
49
49
  }
@@ -34,12 +34,17 @@ async def _(event: Event, state: T_State):
34
34
  uid = state["user"]
35
35
  lazer_mode = "lazer模式下" if state["is_lazer"] else "stable模式下"
36
36
  try:
37
- score_ls = await get_user_scores(uid, NGM[state["mode"]], "best", legacy_only=not state["is_lazer"])
37
+ score_ls = await get_user_scores(
38
+ uid, NGM[state["mode"]], "best", state["source"], legacy_only=not state["is_lazer"]
39
+ )
38
40
  except NetworkError as e:
39
41
  await UniMessage.text(
40
42
  f"在查找用户:{state['username']} {NGM[state['mode']]}模式 {lazer_mode}时 {str(e)}"
41
43
  ).finish(reply_to=True)
42
44
  for score in score_ls:
45
+ # Filter mods outside of the iteration
46
+ if not state["is_lazer"] or state["source"] == "ppysb":
47
+ score.mods = [mod for mod in score.mods if mod.acronym != "CL"]
43
48
  for mod in score.mods:
44
49
  if mod.acronym == "DT" or mod.acronym == "NC":
45
50
  score.beatmap.total_length /= 1.5
@@ -69,6 +69,6 @@ async def _(msg: Message = CommandArg()):
69
69
  for beatmap in medal_data["beatmaps"]:
70
70
  msg += (
71
71
  f"{beatmap['SongTitle']} [{beatmap['DifficultyName']}]\n{beatmap['Difficulty']}⭐\n"
72
- + f"https://osu.ppy.sh/b/{beatmap['BeatmapID']}"
72
+ + f"https://osu.ppy.sh/b/{beatmap['BeatmapID']}\n"
73
73
  )
74
74
  await msg.send()
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nonebot-plugin-osubot"
3
- version = "6.23.0"
3
+ version = "6.23.1"
4
4
  description = "OSUbot in NoneBot2"
5
5
  authors = [
6
6
  { name = "yaowan233", email = "572473053@qq.com" },
@@ -1,58 +0,0 @@
1
- <head>
2
- <meta charset="UTF-8">
3
- <title>Awesome-pyecharts</title>
4
- <script type="text/javascript" src="./echarts.min.js"></script>
5
- </head>
6
- <body >
7
- <div id="1" class="chart-container" style="width:900px; height:500px; "></div>
8
- <script>
9
- const chart = echarts.init(
10
- document.getElementById('1'), 'white', {renderer: 'canvas'}
11
- );
12
- const option = {
13
- "animation": false,
14
- title: {
15
- text: 'title',
16
- left: 'center' // 标题水平居中
17
- },
18
- xAxis: {
19
- type: 'category',
20
- data: ['2023-09-10', '2023-09-11', '2023-09-12', '2023-09-13', '2023-09-14', '2023-09-15', '2023-09-16', '2023-09-17', '2023-09-18', '2023-09-19', '2023-09-20', '2023-09-21', '2023-09-22', '2023-09-23', '2023-09-24', '2023-09-25', '2023-09-26', '2023-09-27', '2023-09-28', '2023-09-29', '2023-09-30', '2023-10-01', '2023-10-02', '2023-10-03', '2023-10-04', '2023-10-05', '2023-10-06', '2023-10-07', '2023-10-08', '2023-10-09', '2023-10-10', '2023-10-11', '2023-10-12', '2023-10-13', '2023-10-14', '2023-10-15', '2023-10-16', '2023-10-17', '2023-10-18', '2023-10-19', '2023-10-20', '2023-10-21', '2023-10-22', '2023-10-23', '2023-10-24', '2023-10-25', '2023-10-26', '2023-11-04', '2023-11-05', '2023-11-06', '2023-11-07', '2023-11-08', '2023-11-09', '2023-11-10', '2023-11-11', '2023-11-14', '2023-11-15', '2023-11-16', '2023-11-17', '2023-11-18', '2023-11-19', '2023-11-21', '2023-11-22', '2023-11-23', '2023-11-24', '2023-11-25', '2023-11-26', '2023-11-27', '2023-11-28', '2023-11-29', '2023-11-30', '2023-12-01', '2023-12-02', '2023-12-03', '2023-12-04', '2023-12-05', '2023-12-06', '2023-12-07', '2023-12-08', '2023-12-10', '2023-12-11', '2023-12-13', '2023-12-14', '2023-12-15', '2023-12-16', '2023-12-17', '2023-12-18', '2023-12-19', '2023-12-20', '2023-12-21', '2023-12-22', '2023-12-23', '2023-12-24', '2023-12-25', '2023-12-26', '2023-12-27', '2023-12-28', '2023-12-29', '2023-12-30', '2023-12-31', '2024-01-02', '2024-01-03', '2024-01-04', '2024-01-05', '2024-01-06', '2024-01-07', '2024-01-08', '2024-01-09', '2024-01-10', '2024-01-12', '2024-01-13', '2024-01-14', '2024-01-15', '2024-01-16', '2024-01-17', '2024-01-18', '2024-01-19', '2024-01-20', '2024-01-21', '2024-01-23', '2024-01-24', '2024-01-25', '2024-01-26', '2024-01-27', '2024-01-28', '2024-01-29', '2024-01-30', '2024-01-31', '2024-02-01', '2024-02-02', '2024-02-03', '2024-02-04', '2024-02-05', '2024-02-06', '2024-02-07', '2024-02-08', '2024-02-09', '2024-02-10', '2024-02-11', '2024-02-12', '2024-02-13', '2024-02-14', '2024-02-15', '2024-02-16', '2024-02-17', '2024-02-18', '2024-02-19', '2024-02-20', '2024-02-21', '2024-02-22', '2024-02-23', '2024-02-24', '2024-02-25', '2024-02-26', '2024-02-27', '2024-02-28', '2024-03-01', '2024-03-03', '2024-03-03', '2024-03-04', '2024-03-05', '2024-03-06', '2024-03-07', '2024-03-08', '2024-03-09', '2024-03-10', '2024-03-11', '2024-03-12', '2024-03-13', '2024-03-14', '2024-03-15', '2024-03-16', '2024-03-17', '2024-03-18', '2024-03-19', '2024-03-20', '2024-03-21', '2024-03-22', '2024-03-23', '2024-03-24', '2024-03-25', '2024-03-26', '2024-03-27', '2024-03-28', '2024-03-29', '2024-03-30', '2024-03-31', '2024-04-01', '2024-04-02', '2024-04-03', '2024-04-04', '2024-04-05', '2024-04-06', '2024-04-07', '2024-04-08', '2024-04-09', '2024-04-10', '2024-04-11', '2024-04-12', '2024-04-13', '2024-04-14', '2024-04-15', '2024-04-17', '2024-04-18', '2024-04-19', '2024-04-20', '2024-04-21', '2024-04-22', '2024-04-23', '2024-04-25', '2024-04-26', '2024-04-27', '2024-04-28', '2024-04-29', '2024-04-30', '2024-05-01', '2024-05-02', '2024-05-03', '2024-05-04', '2024-05-05', '2024-05-06', '2024-05-07', '2024-05-08', '2024-05-09', '2024-05-10', '2024-05-11', '2024-05-12', '2024-05-13', '2024-05-14', '2024-05-15', '2024-05-16', '2024-05-17', '2024-05-18', '2024-05-19', '2024-05-20', '2024-05-21', '2024-05-22', '2024-05-23', '2024-05-24', '2024-05-25', '2024-05-26', '2024-05-27', '2024-05-28', '2024-05-29', '2024-06-08', '2024-06-09', '2024-06-10', '2024-06-11', '2024-06-12', '2024-06-13', '2024-06-14', '2024-06-15', '2024-06-16', '2024-06-17', '2024-06-18', '2024-06-19', '2024-06-20', '2024-06-21', '2024-06-22', '2024-06-23', '2024-06-24', '2024-06-25', '2024-06-26', '2024-06-27', '2024-06-28', '2024-06-29', '2024-06-30', '2024-07-01', '2024-07-02', '2024-07-03', '2024-07-04', '2024-07-05', '2024-07-06', '2024-07-07', '2024-07-08', '2024-07-09', '2024-07-10', '2024-07-11', '2024-07-12', '2024-07-13', '2024-07-14', '2024-07-15', '2024-07-16', '2024-07-17', '2024-07-18', '2024-07-19', '2024-07-20', '2024-07-21', '2024-07-22', '2024-07-23', '2024-07-24', '2024-07-25', '2024-07-26', '2024-07-27', '2024-07-28', '2024-07-29', '2024-07-30', '2024-07-31', '2024-08-01', '2024-08-02', '2024-08-03', '2024-08-04', '2024-08-05', '2024-08-06', '2024-08-07', '2024-08-08', '2024-08-09', '2024-08-10', '2024-08-11', '2024-08-12', '2024-08-13', '2024-08-14', '2024-08-15', '2024-08-16', '2024-08-17', '2024-08-18', '2024-08-19', '2024-08-20', '2024-08-21', '2024-08-23', '2024-08-25', '2024-08-26', '2024-08-27', '2024-08-28', '2024-08-29', '2024-08-30']
21
- },
22
- yAxis: [{
23
- type: 'value',
24
- scale: true,
25
- name: 'pp'
26
- },
27
- {
28
- type: 'value',
29
- scale: true,
30
- alignTicks: true,
31
- inverse: true,
32
- nameLocation: 'start',
33
- name: 'rank'
34
- }],
35
- legend: {
36
- top: 30,
37
- left: 'center',
38
- data: ['pp', 'rank']
39
- },
40
- series: [
41
- {
42
- name: 'pp',
43
- type: 'line',
44
- data: [35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 35.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 63.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 65.0, 217.0, 279.0, 502.0, 502.0, 502.0, 502.0, 502.0, 594.0, 645.0, 675.0, 711.0, 711.0, 734.0, 734.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 760.0, 773.0, 773.0, 773.0, 780.0, 780.0, 780.0, 780.0, 780.0, 786.0, 786.0, 786.0, 786.0, 786.0, 846.0, 846.0, 846.0, 846.0, 846.0, 846.0, 846.0, 846.0, 846.0, 846.0, 846.0, 884.0, 884.0, 884.0, 884.0, 884.0, 884.0, 884.0, 884.0, 884.0, 884.0, 901.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0, 918.0],
45
- yAxisIndex: 0,
46
- connectNulls: true
47
- },
48
- {
49
- name: 'rank',
50
- type: 'line',
51
- data: [597621, 598017, 598412, 598767, 599153, 599495, 599903, 600412, 600872, 601316, 601679, 602046, 602400, 602790, 603231, 603760, 604147, 604497, 604820, 605196, 605577, 606022, 606488, 606853, 607191, 607557, 607913, 608261, 608681, 609189, 609639, 610012, 610323, 610642, 610970, 611454, 611952, 612305, 612572, 612889, 613222, 613566, 614023, 614580, 614970, 615316, 615640, 618935, 619325, 619730, 620037, 620351, 620701, 621013, 621284, 622414, 622694, 622977, 623326, 623619, 623980, 624757, 625055, 625356, 625664, 625971, 626366, 626791, 627138, 627423, 627712, 628022, 628337, 628720, 629199, 629589, 629898, 630255, 630600, 631390, 631936, 633019, 633590, 634155, 634735, 635357, 636031, 636623, 637181, 637746, 638261, 638809, 638605, 639212, 639770, 640255, 640827, 641344, 641896, 642430, 643496, 643933, 644375, 644850, 644850, 645880, 646435, 646927, 647343, 648158, 648600, 649131, 649686, 650155, 650600, 651045, 651475, 651957, 652499, 653539, 653971, 654374, 654812, 655251, 655682, 656172, 656601, 657000, 657822, 658591, 659287, 660112, 660941, 661668, 662235, 662789, 663393, 664001, 664666, 665370, 666053, 666615, 667178, 667714, 668259, 668887, 669565, 670199, 670736, 671250, 671776, 672296, 672932, 672932, 674074, 674503, 675478, 676604, 676604, 677239, 677775, 678202, 678720, 679203, 679741, 680402, 681106, 681673, 682155, 682631, 683145, 683670, 684280, 684917, 685457, 685457, 701150, 701651, 702135, 702795, 703522, 704087, 704631, 705183, 705739, 706353, 707034, 707670, 708247, 708749, 709234, 709779, 710305, 710950, 711583, 712212, 712710, 713224, 713735, 714246, 714922, 715662, 716697, 717180, 717673, 718171, 718757, 719415, 719919, 720831, 721296, 721774, 722332, 722973, 723572, 724099, 724663, 725187, 725693, 726334, 726995, 727524, 722529, 723092, 723640, 724227, 724924, 725686, 726264, 726868, 517992, 473344, 364793, 365036, 365375, 365644, 365934, 333701, 317654, 309231, 299124, 299380, 293440, 293604, 288836, 289058, 289313, 289520, 289718, 289897, 290101, 290283, 290491, 290714, 290904, 291090, 291279, 291481, 291701, 288439, 288649, 288876, 287321, 287500, 287716, 287924, 288139, 286780, 286979, 287181, 287349, 287536, 272991, 273177, 273370, 273535, 273713, 273880, 274026, 274197, 274394, 274601, 274776, 266252, 266401, 266549, 266721, 266909, 267071, 267252, 267425, 267610, 267803, 264244, 260838, 261041, 261208, 261373, 261565, 261748, 261950, 262150, 262353, 262457, 262622, 262785, 262954, 263153, 263354, 263533, 263696, 263858, 264027, 264196, 264371, 264534, 264743, 264946, 265108, 265452, 265827, 266022, 266220, 266373, 266559, 266726],
52
- yAxisIndex: 1,
53
- connectNulls: true
54
- }
55
- ]};
56
- chart.setOption(option);
57
- </script>
58
- </body>