Skip to content

global plugin_template._commands.hello_world.say.runner


methods


M.run_say_phrase


function M.run_say_phrase(
  phrase: string[],
  repeat_: number?,
  style: string?
) ->  nil

Print phrase according to the other options.

M.run_say_word


function M.run_say_word(
  word: string,
  repeat_: number?,
  style: string?
) ->  nil

Print phrase according to the other options.