Skip to content

Commit

Permalink
Change invoker helper to public now that false positives are reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
cannawen committed Apr 30, 2024
1 parent 521694d commit abea95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assistants/invokerSpells.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const configInfo = new ConfigInfo(
rules.assistant.invoker,
"Invoker voice commands",
`Say "invoke 'spell name'" (i.e. tornado), and the bot will respond with the required orbs to invoke it (q w w)`,
EffectConfig.NONE
EffectConfig.PUBLIC
);

const keywords = ["invoke", "invoker", "info"];
Expand Down

0 comments on commit abea95c

Please sign in to comment.