Better-Cpp / Better-C-Bot

Bot used in the Better C++ discord server
MIT License
6 stars 7 forks source link

Improve or remove the reference commands #81

Open The-personified-devil opened 1 year ago

The-personified-devil commented 1 year ago

The commands use a local index of https://cppreference.com, which is stored in this git repo. This index doesn't actually get updated, which highly reduces the usefulness of the command. The design of storing the local index in the git repo would also cause actually updating the index the pollute the git log and futher presents an annoying factor when e.g. searching in the repo. The commands themselves see some semi-rare usage, but don't work especially well even for older language features.