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
Seems that when importing the module in TypeScript, it throws the error:
Could not find a declaration file for module '@psibean/discord.js-pagination'. 'C:/Users/ascen/OneDrive/Documents/Programming/Discord Bots/RN-Discord-Bot/node_modules/@psibean/discord.js-pagination/src/index.js' implicitly has an 'any' type.
Adding a typings file and declaring the module seemed to fix the problem, so that would be a suggestion.
The text was updated successfully, but these errors were encountered:
Seems that when importing the module in TypeScript, it throws the error:
Adding a typings file and declaring the module seemed to fix the problem, so that would be a suggestion.
The text was updated successfully, but these errors were encountered: