switchblade icon indicating copy to clipboard operation
switchblade copied to clipboard

updating to discord version 13

Open LoganArnett opened this issue 4 years ago • 3 comments

This PR addresses #1329 by upgrading Discord to v13.2.0 which is the current latest version. The @lavacord/discord.js package has a minor conflict in the fact that it has not been updated in some time and has a peer dependency of Discord v12.2.0. This can be worked around by using the --legacy-peer-deps flag with npm.

Running the tests against this everything is still passing.

LoganArnett avatar Oct 07 '21 03:10 LoganArnett

IMO we should just remove the typing "feature" altogether.

The typing feature can be removed.

moruzerinho6 avatar Oct 07 '21 10:10 moruzerinho6

IMO we should just remove the typing "feature" altogether.

The typing feature can be removed.

Why though?

PuneetGopinath avatar Oct 09 '21 05:10 PuneetGopinath

IMO we should just remove the typing "feature" altogether.

The typing feature can be removed.

Why though?

Discord discourages the usage of the typing endpoint, and it's not reliable as we don't control the amount of time the bot is typing for.

almeidx avatar Oct 09 '21 05:10 almeidx