Spaces:
Paused
Paused
Update YukkiMusic/core/bot.py
Browse files- YukkiMusic/core/bot.py +1 -1
YukkiMusic/core/bot.py
CHANGED
|
@@ -22,7 +22,7 @@ class YukkiBot(Client):
|
|
| 22 |
def __init__(self):
|
| 23 |
LOGGER(__name__).info(f"Starting Bot")
|
| 24 |
super().__init__(
|
| 25 |
-
"
|
| 26 |
api_id=config.API_ID,
|
| 27 |
api_hash=config.API_HASH,
|
| 28 |
bot_token=config.BOT_TOKEN,
|
|
|
|
| 22 |
def __init__(self):
|
| 23 |
LOGGER(__name__).info(f"Starting Bot")
|
| 24 |
super().__init__(
|
| 25 |
+
"ONesVCBot",
|
| 26 |
api_id=config.API_ID,
|
| 27 |
api_hash=config.API_HASH,
|
| 28 |
bot_token=config.BOT_TOKEN,
|