bmorcos/discord-downloader

Fix num_messages=None

Closed this issue · 0 comments

The parser doesn't handle None since it's not an int. Possibly just use n<=0 as a sentinel.