From 7431dc6dc6cc18b04b9b6ad81fb1d61b77a5c3bc Mon Sep 17 00:00:00 2001 From: Team Alexa <110902508+TheTeamAlexa@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:57:56 +0500 Subject: [PATCH] Alexa Music --- AlexaMusic/plugins/bot/help.py | 12 ++++++++++++ AlexaMusic/plugins/bot/inline.py | 17 +++++++++-------- AlexaMusic/plugins/bot/settings.py | 19 ++++++++++--------- AlexaMusic/plugins/bot/start.py | 13 ++++++++++--- 4 files changed, 41 insertions(+), 20 deletions(-) diff --git a/AlexaMusic/plugins/bot/help.py b/AlexaMusic/plugins/bot/help.py index 613ee365..98bf47cf 100644 --- a/AlexaMusic/plugins/bot/help.py +++ b/AlexaMusic/plugins/bot/help.py @@ -1,3 +1,15 @@ +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. + +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" + + from typing import Union from pyrogram import filters, types diff --git a/AlexaMusic/plugins/bot/inline.py b/AlexaMusic/plugins/bot/inline.py index 3048b51c..3b2baf1f 100644 --- a/AlexaMusic/plugins/bot/inline.py +++ b/AlexaMusic/plugins/bot/inline.py @@ -1,12 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" from pyrogram.types import ( diff --git a/AlexaMusic/plugins/bot/settings.py b/AlexaMusic/plugins/bot/settings.py index 6995eba8..67a273e7 100644 --- a/AlexaMusic/plugins/bot/settings.py +++ b/AlexaMusic/plugins/bot/settings.py @@ -1,12 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group - -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. + +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" from pyrogram import filters diff --git a/AlexaMusic/plugins/bot/start.py b/AlexaMusic/plugins/bot/start.py index 3fcd54ec..a7dc3662 100644 --- a/AlexaMusic/plugins/bot/start.py +++ b/AlexaMusic/plugins/bot/start.py @@ -1,6 +1,13 @@ -# Copyright (C) 2021-2022 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group -# All rights reserved. © Alisha © Alexa © Yukki +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. + +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import asyncio