Use urllib instead of own tools for modules ycc and networking
This commit is contained in:
parent
5729413099
commit
22da70ac39
3 changed files with 70 additions and 21 deletions
|
|
@ -134,5 +134,5 @@ def wiki(msg):
|
|||
return res
|
||||
else:
|
||||
return Response(msg.sender,
|
||||
"No information about " + msg.cmds[1],
|
||||
"No information about " + " ".join(msg.cmds[1:]),
|
||||
msg.channel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue