diff --git a/nonebot_plugin_memes_api/matchers/help.py b/nonebot_plugin_memes_api/matchers/help.py index 3537735..a339d29 100644 --- a/nonebot_plugin_memes_api/matchers/help.py +++ b/nonebot_plugin_memes_api/matchers/help.py @@ -50,7 +50,7 @@ async def _(user_id: UserId, session: EventSession): label_hot_frequency = list_image_config.label_hot_frequency meme_generation_keys = await get_meme_generation_keys( - session, SessionIdType.GROUP, timedelta(days=1) + session, SessionIdType.GLOBAL, timedelta(days=1) ) meme_list: list[MemeKeyWithProperties] = [] diff --git a/pyproject.toml b/pyproject.toml index f26e3d7..4ce5496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot_plugin_memes_api" -version = "0.4.2" +version = "0.4.3" description = "Nonebot2 plugin for making memes" authors = ["meetwq "] license = "MIT"