Skip to content

Commit

Permalink
Forgot to add variable getter blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-zaidali committed Jun 10, 2023
1 parent 3995c5c commit ea7c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joinping/main.py
Expand Up @@ -54,7 +54,7 @@ async def on_member_join(self, member):
return

message = guild_data.get("ping_message", "")
engine = tse.AsyncInterpreter([tse.EmbedBlock()])
engine = tse.AsyncInterpreter([tse.EmbedBlock(), tse.LooseVariableGetterBlock(), tse.StrictVariableGetterBlock(),])
resp = await engine.process(
message,
seed_variables={
Expand Down

0 comments on commit ea7c025

Please sign in to comment.