zeroone2numeral2 / reddit-test

3 stars 1 forks source link

Decorator: check whether args[0] is a saved subreddit #43

Closed RememberTheAir closed 5 years ago

RememberTheAir commented 5 years ago

There are some commands that require theb frst argument to be a subreddit already present in the database (/sub, /set, /remsub, /get, /setchannel). It would be useful to create a decorator that checks if the subreddit exists in the databse, so we can remove all the redundant code