Skip to content

Commit

Permalink
🦋 Ӽɛʀօռօɨɖ🦋
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeVoidSoul committed Jul 25, 2021
1 parent 881e633 commit d73a2c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 39 deletions.
1 change: 0 additions & 1 deletion Ӽɛʀօռօɨɖʍʊֆɨƈ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
|•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••|
⇜⊷°•♪ 🦋 Ӽɛʀօռօɨɖ🦋 ♪•°⊶⇝ | ⇜⊷°•♪ 🦋 Ӽɛʀօռօɨɖ🦋 ♪•°⊶⇝"""
from .pytg import *
from .snd import *
from .xmp import *
12 changes: 10 additions & 2 deletions Ӽɛʀօռօɨɖʍʊֆɨƈ/pytg.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@
𝐂𝐨𝐩𝐲𝐫𝐢𝐠𝐡𝐭 (𝐂) 𝟐𝟎𝟐𝟏 𝗛𝘆𝗽𝗲𝗩𝗼𝗶𝗱𝗦𝗼𝘂𝗹 | 𝗛𝘆𝗽𝗲𝗩𝗼𝗶𝗱𝗟𝗮𝗯 | 𝗛𝘆𝗽𝗲𝗩𝗼𝗶𝗱𝘀
|•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••|
⇜⊷°•♪ 🦋 Ӽɛʀօռօɨɖ🦋 ♪•°⊶⇝ | ⇜⊷°•♪ 🦋 Ӽɛʀօռօɨɖ🦋 ♪•°⊶⇝"""
from .snd import send_text
from .xmp import xep
from ɖօօʍ_ʀօօʍ import *
from ʟɨɮʀǟʀʏ_ʀօօʍ import *
from Ӽɛʀօռօɨɖ_ɖʟƈֆ import *




async def send_text(text):
group_call = xep.group_call
client = group_call.client
chat_id = xep.chat_id
message = await client.send_message(
chat_id,
text,
disable_web_page_preview=True,
disable_notification=True)
return message
'|•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••| '
async def network_status_changed_handler(context, is_connected: bool):
if is_connected:
Expand Down
34 changes: 0 additions & 34 deletions Ӽɛʀօռօɨɖʍʊֆɨƈ/snd.py

This file was deleted.

12 changes: 10 additions & 2 deletions Ӽɛʀօռօɨɖʍʊֆɨƈ/xmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@
𝐂𝐨𝐩𝐲𝐫𝐢𝐠𝐡𝐭 (𝐂) 𝟐𝟎𝟐𝟏 𝗛𝘆𝗽𝗲𝗩𝗼𝗶𝗱𝗦𝗼𝘂𝗹 | 𝗛𝘆𝗽𝗲𝗩𝗼𝗶𝗱𝗟𝗮𝗯 | 𝗛𝘆𝗽𝗲𝗩𝗼𝗶𝗱𝘀
|•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••|
⇜⊷°•♪ 🦋 Ӽɛʀօռօɨɖ🦋 ♪•°⊶⇝ | ⇜⊷°•♪ 🦋 Ӽɛʀօռօɨɖ🦋 ♪•°⊶⇝"""
from .snd import send_text
from ɖօօʍ_ʀօօʍ import *
from ʟɨɮʀǟʀʏ_ʀօօʍ import *




async def send_text(text):
group_call = xep.group_call
client = group_call.client
chat_id = xep.chat_id
message = await client.send_message(
chat_id,
text,
disable_web_page_preview=True,
disable_notification=True)
return message
'|•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••| '
class MusicPlayer(object):
def __init__(self):
Expand Down

0 comments on commit d73a2c4

Please sign in to comment.