samuelsogbesan / leetbot

LeetCode Question Bot for Discord.
Apache License 2.0
1 stars 0 forks source link

Use Map<String, Command> instead of Object for storing commands #42

Closed samuelsogbesan closed 3 years ago

samuelsogbesan commented 3 years ago

Using an object leaves vulnerabilities around accessing protected fields such as __proto__ so we'll change over to using a map.