Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created January 18, 2021 20:50
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 AllGistsEqual/980855c9f4ffc5035ef35350957db130 to your computer and use it in GitHub Desktop.
Save AllGistsEqual/980855c9f4ffc5035ef35350957db130 to your computer and use it in GitHub Desktop.
if (message.content === `${prefix}who`) {
message.channel.send(`My name is ${name} and I was created to serve!`)
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment