mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-18 15:14:18 +02:00
Commited backup
This commit is contained in:
23
Ijidishurka/modules/xixixaxa.py
Normal file
23
Ijidishurka/modules/xixixaxa.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# канал @modwini
|
||||
from .. import loader
|
||||
|
||||
|
||||
@loader.tds
|
||||
class hihihaha(loader.Module):
|
||||
"""Громкий звук хихихаха👍
|
||||
Подпишись на канал @modwini"""
|
||||
|
||||
strings = {"name": "hihihaha"}
|
||||
|
||||
async def hihicmd(self, message):
|
||||
"""Отпровляет гс с громким звуком"""
|
||||
|
||||
reply = await message.get_reply_message()
|
||||
await message.delete()
|
||||
await message.client.send_file(
|
||||
message.to_id,
|
||||
"https://t.me/radiofmonline/194",
|
||||
voice_note=True,
|
||||
reply_to=reply.id if reply else None,
|
||||
)
|
||||
return
|
||||
Reference in New Issue
Block a user