mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 14:54:18 +02:00
Commited backup
This commit is contained in:
11
KeyZenD/modules/hearts.py
Normal file
11
KeyZenD/modules/hearts.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .. import loader
|
||||
from asyncio import sleep
|
||||
@loader.tds
|
||||
class HeartsMod(loader.Module):
|
||||
strings = {"name": "Heart's"}
|
||||
@loader.owner
|
||||
async def heartscmd(self, message):
|
||||
for _ in range(10):
|
||||
for heart in ['❤', '️🧡', '💛', '💚', '💙', '💜']:
|
||||
await message.edit(heart)
|
||||
await sleep(0.3)
|
||||
Reference in New Issue
Block a user