Skip to content

Commit

Permalink
change frequency filter type to global
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 12, 2024
1 parent b122e22 commit e228507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_memes_api/matchers/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e228507

Please sign in to comment.