How to obtain username from Promise?
I am using Discord.js and I have no idea how to get the value out of a Promise. Here is some context: and I get the output: My issue is that I can obviously get my username and print it to console, but I can’t get it out of the Promise. How do I get … Read more