gramjs
gramjs copied to clipboard
error in type
In your example, we can conclude that its return value should be a string or other actual value that can be obtained
console.log(client.session.save());
But it is displayed as Void in my VSC
This may be a mistake