switchblade
switchblade copied to clipboard
updating to discord version 13
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.
IMO we should just remove the typing "feature" altogether.
The typing feature can be removed.
IMO we should just remove the typing "feature" altogether.
The typing feature can be removed.
Why though?
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.