Skip to main content
3 votes

Error: TypeError: user.send is not a function

send is a method of the user, not the user's id: const user = interaction.user // was interaction.user.id in the question user.send(`ASDASD`)
Mureinik's user avatar
  • 306k

Only top scored, non community-wiki answers of a minimum length are eligible