Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created February 26, 2020 15:59
Show Gist options
  • Save astrotars/a192b016e1beab89f01150d3065ce70d to your computer and use it in GitHub Desktop.
Save astrotars/a192b016e1beab89f01150d3065ce70d to your computer and use it in GitHub Desktop.
async function initializeClient() {
// [...]
channel.on('message.new', event => {
appendMessage(event.message);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment