mirror of
https://github.com/Xtao-Labs/iShotaBot.git
synced 2024-11-21 22:58:09 +00:00
🐛 change kemono url
This commit is contained in:
parent
81b72d488a
commit
673852e25e
@ -24,7 +24,7 @@ class User(BaseModel):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def kemono_url(self) -> str:
|
def kemono_url(self) -> str:
|
||||||
return f"https://kemono.party/fanbox/user/{self.user.userId}"
|
return f"https://kemono.su/fanbox/user/{self.user.userId}"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self) -> str:
|
def name(self) -> str:
|
||||||
@ -58,7 +58,7 @@ class Post(BaseModel):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def kemono_url(self) -> str:
|
def kemono_url(self) -> str:
|
||||||
return f"https://kemono.party/fanbox/user/{self.user.userId}/post/{self.id}"
|
return f"https://kemono.su/fanbox/user/{self.user.userId}/post/{self.id}"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def user_url(self) -> str:
|
def user_url(self) -> str:
|
||||||
|
Loading…
Reference in New Issue
Block a user