rosalyn
rosalyn
You don't need to transfer data automatically, it can be done manually. Just create a new collection / whatever in the MongoDB and then go into Atlas and manually set...
It looks like Countr has a command to export all data. https://docs.countr.xyz/#/commands?id=cexportscores
Yeah, unfortunately
Each server/node/whatever can hand out 32767 ports, you could limit ports to like 4 per server (maybe more if you have a plan but I don't see who would need...
All of the services listed are free. SQL and Redis can be hosted locally, and MongoDB can be setup with Atlas, and I'm willing to bet you can locally host...
Is this PR only targeting Components V2 in messages? I tried out the branch for my discord bot because I'd like to use a string select component in my modal,...
Hmm. Then, should components v2 support for modals be expected in a future PR? Or will this PR expand scope to accommodate modals?
Such syntax using an `arguments` section under the command structure may be more limiting as opposed to overloading the command structure. Overloading the command structure would enable users to provide...