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] Plugins doesn't work anymore in 2.1 #119

Closed barthofu closed 1 year ago

barthofu commented 1 year ago

What happened?

As we changed the versions format (2.1.0 -> 2.1), it is no longer semver compliant and so the library that we are using to check the requiredTscordVersion in the plugins settings is constantly returning false.

Reproduction

No response

Relevant log output

No response

Code of Conduct