|
Repeatedly running `fetch_member` is making this operation take a very
long time, scaling with the number of questions present in the list. In
practice, roughly 8 seconds was observed for just 22 questions when
calling `qotd list`. Switching to `get_member` makes this
near-instantaneous.
|