-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adc1fe1
commit 0843326
Showing
10 changed files
with
1,219 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
from .connections.websocket import WebSocket | ||
from .rubika import Client | ||
from .tools import Tools | ||
from .accounts.client import _Client as Client | ||
|
||
|
||
__version__ = '4.7.0' | ||
__version__ = '5.0.1b' | ||
__author__ = 'Shayan Heidari' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from .client import _Client | ||
from .connections import Connections, WebSocket | ||
from .handler import Message | ||
from .methods import MethodsMaker |
Oops, something went wrong.