mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -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)
|
||||
else:
|
||||
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.hints += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user