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
251 stars 19 forks source link

[Bug] Database get method returns any #120

Closed barthofu closed 1 year ago

barthofu commented 1 year ago

What happened?

Since 2.1, the get() method of the Database service is returning any instead of the Repository type.

Reproduction

No response

Relevant log output

No response

Code of Conduct