MCDaddyTalk

Results 11 comments of MCDaddyTalk

having similar issue: ``` import MongoStore from 'connect-mongo'; ... app.use( session({ name: 'NESTJS_SESSION_ID', secret: await config.getSessionSecret(), resave: false, saveUninitialized: false, cookie: { maxAge: 60000, }, store: MongoStore.create(await config.getMongoOptions()), }), ......

Update: I had to use the 'esModuleInterop' flag set true to allow the code above to work. I'd prefer to not have it set as it is recommended to be...

@wanheda-123 If you disable the spotify plugin does it error? I had issues with `erela.js-spotify` and moved to `better-erela.js-spotify` and also had to regen my spotify api key. Give it...

Having same issue. would be helpful to have more debug information outputted so we can troubleshoot bot logs in but never emits 'ready' or 'shardReady' Better example in Readme would...

I'll try to post a reproducible example today. Yes, more going on, but if I can reproduce with something more simple, I'll post it here.

cannot reproduce with current environment: zsh 5.8.1 (x86_64-apple-darwin21.0) node v16.14.0 macOS 12.5 inquirer 9.1.0

`processEvery` (from docs) Specifies the frequency at which agenda will query the database looking for jobs that need to be processed. This means (from your example) every hour, agenda will...

considering it is using `date.js` which allows for this human readable date string, I'd say yes However, having said that, I am having issues with using a string similar to...

Seeing this as well with version 2.3.8 I tried the preview build above but "/backpack shortcut" seems to only affect the person using the command and "/backpack shortcut " doesn't...

Paper - 254 (1.15.2) LuckPerms 5.1.26 Pattern is when they die, respawn does not provide backpack but have access to /backpack I have the players using "/backpack" for now Will...