Client
Module containing the client interfacing for interactions.
Client ¶
The client interface for interacting with the Ravy API.
Attributes:
Name | Type | Description |
---|---|---|
closed |
bool
|
Whether or not the client is closed. |
avatars |
Avatars
|
The |
guilds |
Guilds
|
The |
ksoft |
KSoft
|
The |
users |
Users
|
The |
urls |
URLs
|
The |
tokens |
Tokens
|
The |
__init__ ¶
Parameters:
Name | Type | Description | Default |
---|---|---|---|
token
|
str
|
The token used to authenticate with the API. |
required |