Sawako
Sawako
@saadeghi Yes, they are the same. I hope you can implement it!
> Started working on this. Sharing my thoughts on design > > 1. When clicking on Edit collection, another input box to get auth should be added with the options...
@Shylajhaa I like the idea of being able to store metadata in the request folders, for example: when viewing the folder options there should also be an option called headers...
@liyasthomas the problem persists https://user-images.githubusercontent.com/56084970/163820889-23be6cee-0be8-4735-92ef-812059684076.mp4
No cached members
> welp, is there a solution for this? use `message.guild.members.fetch();`
I have it set in the prefix configuration of the Handler command and it works well for me ```ts // ...... .prefix: async (message: Message) => { if (message.guild.members.cache.size !==...
It works because if the member counter is different from the cached member counter, then it will make a call to get the members, and since this function runs before...
That's npm error, install the package with `npm i @squareboat/nest-mailman --save --legacy-peer-deps` 
@Dragate and about the second error?