mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 23:11:09 -05:00
Jeopardy: add hintNum variable to hint_template
This commit is contained in:
parent
f402706d00
commit
a981251acc
@ -645,7 +645,7 @@ class Jeopardy(callbacks.Plugin):
|
|||||||
schedule.addEvent(event, eventTime, "event_%s" % self.channel)
|
schedule.addEvent(event, eventTime, "event_%s" % self.channel)
|
||||||
else:
|
else:
|
||||||
reply = self.hint_template.render(
|
reply = self.hint_template.render(
|
||||||
hint=self.currentHint, time=None, points=points
|
hint=self.currentHint, time=None, points=points, hintNum = self.hints
|
||||||
)
|
)
|
||||||
self.reply(reply)
|
self.reply(reply)
|
||||||
self.hints += 1
|
self.hints += 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user