Skip to content

Commit 6f77ac8

Browse files
committed
Add on_start hook to load template data
1 parent e645932 commit 6f77ac8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/halal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
kosher_data = {}
1010

1111

12+
@hook.on_start
1213
def load_data(bot):
1314
def load_file(file, data_dict):
1415
data_dict.clear()

0 commit comments

Comments
 (0)