Update plugins/pd.py
Browse files- plugins/pd.py +1 -1
plugins/pd.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from . import kanha_bot
|
| 2 |
import asyncio
|
| 3 |
import re
|
| 4 |
from telethon import events
|
|
|
|
| 1 |
+
from . import kanha_bot, kanha_cmd
|
| 2 |
import asyncio
|
| 3 |
import re
|
| 4 |
from telethon import events
|