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
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem
is. Ex. I'm always frustrated when [...]
In discord.js v14 they changed user flags name, in order to support that you need to change user flags in /badges command
Describe the solution you'd like A clear and concise description of what you want to happen.
Change badges choises value in badges command
The text was updated successfully, but these errors were encountered:
TypeError: Class extends value undefined is not a constructor or null
at Object. (C:\Users\usery\Desktop\mod-bot\node_modules\discord.js\src\structures\ActionRow.js:6:25)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (C:\Users\usery\Desktop\mod-bot\node_modules\discord.js\src\index.js:73:21)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem
is. Ex. I'm always frustrated when [...]
/badges
commandDescribe the solution you'd like A clear and concise description of what you want to happen.
Change badges choises value in badges command
The text was updated successfully, but these errors were encountered: