feat: add get replies and get_user_posts
This commit is contained in:
@@ -98,4 +98,8 @@ class PinNotOwned(Exception):
|
||||
def __init__(self, pin: str) -> None:
|
||||
self.pin = pin
|
||||
def __str__(self):
|
||||
return f'You do not own "{self.pin}" pin'
|
||||
return f'You do not own "{self.pin}" pin'
|
||||
|
||||
class NoContent(Exception):
|
||||
def __str__(self) -> str:
|
||||
return 'Content or attachments required'
|
||||
Reference in New Issue
Block a user