#ERR_INVALID_ARG_TYPE
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hello! I installed it on node version 18.16, using yarn, all good
The bot started, the commands are available, but when I try to use the command /play I get the error in the screenshot. Is it an internal bug or I did something worng? 😄
After some more investigations, seems that in play.js line ~20, the inter.options.getString('song') returns null
😄 seems that instead of inter.options.getString('song') it should be inter.options.getString('query')