Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
55bc27a
1
Parent(s):
aea5e81
Update README.md
Browse files
README.md
CHANGED
|
@@ -154,7 +154,7 @@ To add your very own plugin just use the format given below and go through the [
|
|
| 154 |
```python
|
| 155 |
from traceback import
|
| 156 |
|
| 157 |
-
from Powers.utils.custom_filters import
|
| 158 |
from Powers import LOGGER
|
| 159 |
from Powers.bot_class import Gojo
|
| 160 |
|
|
|
|
| 154 |
```python
|
| 155 |
from traceback import
|
| 156 |
|
| 157 |
+
from Powers.utils.custom_filters import command # Import more funcs if you need
|
| 158 |
from Powers import LOGGER
|
| 159 |
from Powers.bot_class import Gojo
|
| 160 |
|