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 072ea13 commit 3b50f2e
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/matchers/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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[tuple[Meme, MemeProperties]] = []
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"
version = "0.7.2"
version = "0.7.3"
description = "Nonebot2 plugin for making memes"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3b50f2e

Please sign in to comment.