Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jokokendi committed Apr 30, 2024
1 parent 78981bd commit fc73d4f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Musikku/plugins/play/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from strings import get_command
from Musikku import (Apple, Resso, SoundCloud, Spotify, Telegram,
YouTube, app)
from Musikku.core.call import Yukki
from Musikku.core.call import Musikku
from Musikku.utils import seconds_to_min, time_to_seconds
from Musikku.utils.channelplay import get_channeplayCB
from Musikku.utils.database import is_video_allowed
Expand Down
2 changes: 1 addition & 1 deletion Musikku/plugins/tools/songs.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ async def song_helper_cb(client, CallbackQuery, _):
print(e)
return await CallbackQuery.edit_message_text(_["song_7"])
keyboard = InlineKeyboard()
# AVC Formats Only [ YUKKI MUSIC BOT ]
# AVC Formats Only [ MUSIKKU BOT ]
done = [160, 133, 134, 135, 136, 137, 298, 299, 264, 304, 266]
for x in formats_available:
check = x["format"]
Expand Down
2 changes: 1 addition & 1 deletion Musikku/utils/database/memorydatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
playtypedb = mongodb.playtypedb
langdb = mongodb.language
authdb = mongodb.adminauth
videodb = mongodb.yukkivideocalls
videodb = mongodb.musikkuvideocalls
onoffdb = mongodb.onoffper
suggdb = mongodb.suggestion
autoenddb = mongodb.autoend
Expand Down
2 changes: 1 addition & 1 deletion Musikku/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def play_logs(message, streamtype):
else:
chatusername = "Private Group"
logger_text = f"""
**YUKKI PLAY LOG**
**MUSIKKU PLAY LOG**
**Chat:** {message.chat.title} [`{message.chat.id}`]
**User:** {message.from_user.mention}
Expand Down
2 changes: 1 addition & 1 deletion Musikku/utils/pastebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def post(url: str, *args, **kwargs):
return data


async def Yukkibin(text):
async def Musikkubin(text):
resp = await post(f"{BASE}api/v2/paste", data=text)
if not resp["success"]:
return
Expand Down
2 changes: 1 addition & 1 deletion genstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
async def main():
await i.start()
ss = await i.export_session_string()
xx = f"HERE IS YOUR STRING SESSION, COPY IT, DON'T SHARE!!\n\n`{ss}`\n\nGENERATED BY YUKKI"
xx = f"HERE IS YOUR STRING SESSION, COPY IT, DON'T SHARE!!\n\n`{ss}`\n\nGENERATED BY MUSIKKU"
ok = await i.send_message("me", xx)
print("\nHERE IS YOUR STRING SESSION, COPY IT, DON'T SHARE!!\n")
print(f"\n{ss}\n")
Expand Down

0 comments on commit fc73d4f

Please sign in to comment.