Преглед на файлове

Adjust messages, again.

pull/9/head
Ben Kurtovic преди 11 години
родител
ревизия
1b5c300195
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      commands/urbandictionary.py

+ 1
- 1
commands/urbandictionary.py Целия файл

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

Зареждане…
Отказ
Запис