Docker being goofy

I have no idea why Docker is being all goofy, it's saying that my discord token is invalid, but it's not the case. I did reset the token just in case, and the error still persists. I'm wondering if anyone else has come across a similar problem and how they fixed it https://juan.evaded.tax/i/fb088.png
3 Replies
Juan Pablo
Juan Pablo2y ago
well, I found a solution, removing the single quotes around my environment variables in my .env fixed it not sure if that's a hacky solution or the correct one
Favna
Favna2y ago
A correct one. They were never needed in the first place. If it's from some sapphire template or based on another bot you can likely blame @kyra 🩵🩷🤍🩷🩵 for thinking they are necessary pepeHmmpepeFeelsBadMan trying to teach her the opposite forever now.
Juan Pablo
Juan Pablo2y ago
lol yeah, I got it from some sapphire template
TOKEN='something'
TOKEN='something'
to
TOKEN=something
TOKEN=something