Update URL
This commit is contained in:
parent
df1023da55
commit
2fde060dc4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
from util import hook, http, text
|
from util import hook, http, text
|
||||||
import re
|
import re
|
||||||
|
|
||||||
api_url = "http://minecraftwiki.net/api.php?action=opensearch"
|
api_url = "http://minecraft.gamepedia.com/api.php?action=opensearch"
|
||||||
mc_url = "http://minecraftwiki.net/wiki/"
|
mc_url = "http://minecraft.gamepedia.com/wiki/"
|
||||||
|
|
||||||
|
|
||||||
@hook.command
|
@hook.command
|
||||||
|
|
Reference in a new issue