Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created February 26, 2020 16:00
Show Gist options
  • Save astrotars/b08adb44f192143d4d114ba834a2d804 to your computer and use it in GitHub Desktop.
Save astrotars/b08adb44f192143d4d114ba834a2d804 to your computer and use it in GitHub Desktop.
async function sendMessage(message) {
return await channel.sendMessage({
text: message
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment