You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Whenever I try to tun a simple slash command, I get a TypeError in the getInteractionGroupTree(interaction) method.
Error Stack
(node:13002) DeprecationWarning: The interaction event is deprecated. Use interactionCreate instead
(Use `node --trace-deprecation ...` to show where the warning was created)
internal/process/warning:50
TypeError: _a.values is not a function
at getOptionsTree (/home/marantesss/Documents/marantilhas/node_modules/@typeit/src/Client.ts:296:58)
at Client.getInteractionGroupTree (/home/marantesss/Documents/marantilhas/node_modules/@typeit/src/Client.ts:300:5)
at Client.executeSlash (/home/marantesss/Documents/marantilhas/node_modules/@typeit/src/Client.ts:362:23)
at Client.<anonymous> (/home/marantesss/Documents/marantilhas/src/App.ts:41:12)
...
Debug screenshot
Node version
I'm actually using nvm to manage my node versions. But both my default and debug versions are 16.9.0.
Whenever I try to tun a simple slash command, I get a
TypeError
in thegetInteractionGroupTree(interaction)
method.Error Stack
Debug screenshot
Node version
I'm actually using
nvm
to manage my node versions. But both my default and debug versions are16.9.0
.My
package.json
The text was updated successfully, but these errors were encountered: