Sopur / Discord-user-bots

Working discord user bots library.
MIT License
81 stars 35 forks source link

Cannot find module ./src/exports.js #41

Closed konek101 closed 1 year ago

konek101 commented 1 year ago

when i try running an example i get this error

konek101 commented 1 year ago

when i move it to discord-user-bots package folder i have error cannot find module node:fs

Sopur commented 1 year ago

The examples given are made to run in the folder they are in. If you wanted to run the examples yourself without git cloning the project, then replace "./src/exports.js" with "discord-user-bots".