eritbh / yuuko

🔰 No-frills Discord command framework for Eris
http://eritbh.me/yuuko
MIT License
17 stars 2 forks source link

Deprecation: Client#defaultPrefix #90

Open eritbh opened 3 years ago

eritbh commented 3 years ago

The Client#defaultPrefix property was deprecated in https://github.com/eritbh/yuuko/commit/7a4c65dc0f0bff0cf601134678c2456eaced0c96 when it was replaced with Client#prefix. defaultPrefix is now a getter/setter pair that aliases directly to prefix, so it can be directly replaced in consumer code.

Client#defaultPrefix will be removed in the 3.0.0 release (#94).