Efehan Atıcı

Results 4 issues of Efehan Atıcı

```python self.token_directory = ( Path(token_directory) if token_directory else Path(__file__).parent ) ``` Currently if a non-existing token directory is given, this error occurs: ```python-traceback File "C:\Users\efeha\PycharmProjects\osu-map-downloader\main.py", line 199, in main() File...

A new command that shows top requested beatmaps in other streams. - [x] Populate requested beatmaps in database - [ ] Add a new command `!r` ? - [ ]...

enhancement