Closed jarhill0 closed 6 years ago
https://github.com/jarhill0/ABot/blob/8da16a0fca2b03b57ff8f4695d97a595c29a7bfe/reddit.py#L133-L158
This global access is unacceptable. An object would be a much better solution.
Fixing this issue might also be a nice time to create persistent storage of any metadata per chat without limiting it to Reddit-related information.
Fixed in 410a9b089d9c9ddad5fc71fb66ea329a9d357f99, 9cf3cdfed38af0c1a322330aa838f908dac87d99, 53370401d395eb5d9d1b36ad119b5aff7a165d7e.
https://github.com/jarhill0/ABot/blob/8da16a0fca2b03b57ff8f4695d97a595c29a7bfe/reddit.py#L133-L158
This global access is unacceptable. An object would be a much better solution.
Fixing this issue might also be a nice time to create persistent storage of any metadata per chat without limiting it to Reddit-related information.