DeprecationWarning help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

DeprecationWarning help

Recently I have been coding a discord bot and I have watched videos for tutorials because I am new to it. I have included many cases and responses however when I use my prefix and then help the command works however in the terminal I receive a warning (Node:4176) DeprecationWarning: TextChannel#sendMessage: use TextChannel#send instead

16th Oct 2019, 1:10 PM
Koby Perry
Koby Perry - avatar
1 Answer
+ 3
just like the warning said use send deprecation means they no longer support the function, and likely to be removed somewhere in future
16th Oct 2019, 1:12 PM
Taste
Taste - avatar