You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,14 +8,9 @@ The documentation is available over [here](https://disctools.readthedocs.io).
8
8
9
9
## Installation
10
10
11
-
Can be simply done with ``pip install DiscTools``.
12
-
Or you can get the freshly harvested code by ``pip install git+https://github.com/TEEN-BOOM/DiscTools.git@master#egg=DiscTools``.
11
+
``pip install DiscTools``.
12
+
Or install the dev version ``pip install git+https://github.com/WizzyGeek/DiscTools.git@master#egg=DiscTools``.
13
13
14
14
### About
15
15
16
-
DiscTools is a library built on top of discord.py to implement a different way(syntax) to develop commands, It also includes helper classes and functions.
17
-
18
-
### Contribution
19
-
20
-
You are welcome to contribute anything that you may have created to make development easier.
21
-
You may also provide alternatives to the already provided tools.
16
+
DiscTools is a library for discord.py alternatives and helpers.
0 commit comments