mirror of
https://github.com/Xtao-Labs/iShotaBot.git
synced 2024-11-21 14:48:23 +00:00
🐛 change kemono url
This commit is contained in:
parent
81b72d488a
commit
673852e25e
@ -24,7 +24,7 @@ class User(BaseModel):
|
||||
|
||||
@property
|
||||
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
|
||||
def name(self) -> str:
|
||||
@ -58,7 +58,7 @@ class Post(BaseModel):
|
||||
|
||||
@property
|
||||
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
|
||||
def user_url(self) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user