소스 검색

fixed error with nsfw cog commands not handling an exception properly

tags/v2.1.0
Roxie Gibson 5 년 전
부모
커밋
06af003863
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roxbot/utils.py

+ 1
- 1
roxbot/utils.py 파일 보기

@@ -207,7 +207,7 @@ async def danbooru_clone_api_req(channel, base_url, endpoint_url, cache=None, ta

posts = await http.api_request(url)

if posts is None:
if not posts:
return None

post = None

Loading…
취소
저장