fix wikipedia useskin
This commit is contained in:
parent
288b8dad29
commit
7413860601
|
@ -65,6 +65,7 @@ def wiki_info(bot, url):
|
|||
server.
|
||||
"""
|
||||
_, _, query = url.partition("wiki/")
|
||||
query = query.partition('?')[0]
|
||||
if not query:
|
||||
return
|
||||
say_snippet(bot, query, False)
|
||||
|
|
Loading…
Reference in New Issue
Block a user