DDG module: don't print language when no article found
This commit is contained in:
parent
1c515f95c5
commit
d08273e832
1 changed files with 1 additions and 1 deletions
|
@ -125,5 +125,5 @@ def wiki(msg):
|
|||
return res
|
||||
else:
|
||||
return Response(msg.sender,
|
||||
"No information about " + " ".join(msg.cmds[1:]),
|
||||
"No information about " + " ".join(msg.cmds[extract:]),
|
||||
msg.channel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue