mttaggart/OffensiveNotion

[New Feature] `config`: now for printing and saving configs!

HuskyHacks opened this issue · 3 comments

Similar to sleep and jitter:

  • Command returns the current config values to the page if run with no args
  • Command changes a config value to something new if passed args

I propose unifying this into a single config command. No args would return the config, and config sleep 10 would change that config option.

good deal!

Implemented in be17aad.