Help; make days since X command (NIGHTBOT)

Hey @cupeidei!

This isn’t possible because of how the library used under the hood does things.

What we usually do is cut the response in categories, then multiply each value by a “magic” number (called magic because they’re “arbitrary,” static and will generate erroneous conversions: a month has between 28 and 31 days, a year is either 365 or 366 days, that’s difficult to keep up with).
You can see an example of a similar command here, but for them it works because they wouldn’t stream for more than a day or so, they don’t reach months.