alexemanuelol / rustplusplus

A NodeJS Discord Bot that uses the rustplus.js library to utilize the power of the Rust+ Companion App with additional Quality-of-Life features.
GNU General Public License v3.0
212 stars 100 forks source link

feat req: Parse tracker input #380

Open ywwa opened 2 weeks ago

ywwa commented 2 weeks ago

Currently when adding player to tracker, field accepts any input no matter what. what results to tracker being completely broken (you cant,remove entry from tracker or delete tracker by itself)

What could be better solution is parsing provided input, for example if you provide steam profile url it will trim down everything but steamid, or give error saying that its not valid input and same applies to battlemetrics as well image

FaiThiX commented 3 days ago

i will look into that. Thanks for the report