Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 9, 2019 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6402d1f1c779c2d2f64a5578d019aa17 to your computer and use it in GitHub Desktop.
Save parzibyte/6402d1f1c779c2d2f64a5578d019aa17 to your computer and use it in GitHub Desktop.
let comandos = {
"hola": () => {
console.log("Dijiste hola");
}
};
annyang.addCommands(comandos);
annyang.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment