Spaces:
Runtime error
Runtime error
Update Botclient/__init__.py
Browse files- Botclient/__init__.py +1 -5
Botclient/__init__.py
CHANGED
|
@@ -1,15 +1,11 @@
|
|
| 1 |
from discord.ext import commands
|
| 2 |
|
| 3 |
from .CLient import clients
|
| 4 |
-
|
| 5 |
-
from .database import mongo
|
| 6 |
|
| 7 |
__all__ = (
|
| 8 |
"clients",
|
| 9 |
"Cog",
|
| 10 |
-
"mongo",
|
| 11 |
-
# "server",
|
| 12 |
-
"user_infos",
|
| 13 |
# "user",
|
| 14 |
# "server",
|
| 15 |
)
|
|
|
|
| 1 |
from discord.ext import commands
|
| 2 |
|
| 3 |
from .CLient import clients
|
| 4 |
+
|
|
|
|
| 5 |
|
| 6 |
__all__ = (
|
| 7 |
"clients",
|
| 8 |
"Cog",
|
|
|
|
|
|
|
|
|
|
| 9 |
# "user",
|
| 10 |
# "server",
|
| 11 |
)
|