barthofu / tscord

🤖 A fully-featured discord bot template written in Typescript, intended to provide a framework that's easy to use, extend and modify
https://tscord.discbot.app
MIT License
246 stars 19 forks source link

[Bug] Problem with env variables in Mikro-ORM commands #161

Open barthofu opened 5 months ago

barthofu commented 5 months ago

What happened?

Getting the error Cannot read properties of undefined (reading 'BOT_OWNER_ID') when trying to npm run migration:up or npm run migration:down

Reproduction

No response

Relevant log output

No response

Code of Conduct