mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
update example
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
import pyspapi
|
import pyspapi
|
||||||
|
|
||||||
mojangapi = pyspapi.MojangAPI.get_name_history(uuid='63ed47877aa3470fbfc46c5356c3d797')
|
print(pyspapi.MojangAPI.get_name_history(uuid='63ed47877aa3470fbfc46c5356c3d797'))
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
import pyspapi
|
import pyspapi
|
||||||
|
|
||||||
mojangapi = pyspapi.MojangAPI.get_profile(uuid='63ed47877aa3470fbfc46c5356c3d797')
|
print(pyspapi.MojangAPI.get_profile(uuid='63ed47877aa3470fbfc46c5356c3d797'))
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
import pyspapi
|
import pyspapi
|
||||||
|
|
||||||
mojangapi = pyspapi.MojangAPI.get_username(uuid='63ed47877aa3470fbfc46c5356c3d797')
|
print(pyspapi.MojangAPI.get_username(uuid='63ed47877aa3470fbfc46c5356c3d797'))
|
||||||
|
|||||||
Reference in New Issue
Block a user