Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created April 9, 2020 12:21
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 BrightnBubbly/1de51bd6801cbc3ec177bece299e17a4 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/1de51bd6801cbc3ec177bece299e17a4 to your computer and use it in GitHub Desktop.
// [...]
addMessage() {
// Send message to the channel
this.channel && this.channel.sendMessage({
text: this.message
});
this.message = "";
}
// [...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment