Skip to content

Commit b54ade0

Browse files
committed
fix liver-top translate
1 parent 1adf223 commit b54ade0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcd_seen/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def seen_top(source: CommandSource, exarg: str = None, liver: bool = False):
176176
# get prefix
177177
prefix = tr(f'fmt.seen_top{"_full" if args.full else ""}', num=config.seen_top_max, arg=args.text)
178178
if liver:
179-
prefix = tr('fmt.liver_top', args.text)
179+
prefix = tr('fmt.liver_top', arg=args.text)
180180

181181
source.reply(top(sorted_list, prefix=prefix))
182182

mcdreforged.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "mcd_seen",
3-
"version": "1.2.0",
3+
"version": "1.2.1-alpha.1",
44
"name": "Seen",
55
"description": "Show laziness rank easily",
66
"author": [

0 commit comments

Comments
 (0)