WekyDev / weky-npm

Other
72 stars 45 forks source link

Weky Package Not Working #73

Open HalalJadeja opened 2 years ago

HalalJadeja commented 2 years ago

I've used used the weky modules while coding but when I ran the bot, none of them worked!

I've used them as told in the docs but it just gives out errors. For example: My Code: https://sourceb.in/G2oGGantZ1 The Error: TypeError: Trivia is not a function

The same error is there ( but with just the names changed )!

abhirock1998 commented 2 years ago

const { Calculator } = require("weky"); and replace Trivia to calculator?

or

const { Calculator:Trivia } = require("weky");

Try this?