소스 검색

Fix.

pull/11/head
Ben Kurtovic 11 년 전
부모
커밋
ed9b4f261f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      commands/urbandictionary.py

+ 1
- 1
commands/urbandictionary.py 파일 보기

@@ -36,6 +36,6 @@ class UrbanDictionary(Command):
elif res['result_type'] == 'fulltext':
L = [i['word'] for i in res['list']]
msg = 'Here are some close matches: {0}.'
self.reply(data, msg.format(u", ".join(L).encode("utf8"))
self.reply(data, msg.format(u", ".join(L).encode("utf8")))
else:
self.reply(data, 'Sorry, no results found.')

불러오는 중...
취소
저장