DriedSponge
DIAdiscord.js - Imagine an app
•Created by DriedSponge on 8/3/2023 in #djs-questions
What's the best way of storing an interaction in a Redis instance for a later reply?
Hi there,
I have a command that takes awhile to process, so I'm using a queue to do each one, one at a time. I'm running into an issue when trying to store the interaction object in my redis instance which I'm using to hold the queue. Whenveer I used
interaction.toJson()
I get an error saying TypeError: Do not know how to serialize a BigInt
. As anyone come across this issue before and is there any good way around it?7 replies