diff --git a/src/plugins/nonebot_bison/platform/ncm_artist.py b/src/plugins/nonebot_bison/platform/ncm_artist.py index 5592acf..28664c9 100644 --- a/src/plugins/nonebot_bison/platform/ncm_artist.py +++ b/src/plugins/nonebot_bison/platform/ncm_artist.py @@ -13,7 +13,7 @@ class NcmArtist(TargetMixin, NewMessage): enabled = True is_common = True schedule_type = 'interval' - schedule_kw = {'minutes': 10} + schedule_kw = {'minutes': 1} name = "网易云-歌手" async def get_target_name(self, target: Target) -> Optional[str]: